Enum ExcelFunctionArrayBehaviour
Used to indicate if a function can return an array of values.
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public enum ExcelFunctionArrayBehaviour
Fields
| Name | Description |
|---|---|
| Custom | The function supports arrays, but not according to any of the options in this enum. If a function returns this value it should also implement the ConfigureArrayBehaviour(ArrayBehaviourConfig) function. |
| FirstArgCouldBeARange | The function supports arrays and the first argument could be a range. |
| None | The function does not support arrays |