Enum ExcelFunctionArrayBehaviour
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- EPPlus.dll
Used to indicate if a function can return an array of values.
public enum ExcelFunctionArrayBehaviour
Fields
Custom = 1
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 = 2
The function supports arrays and the first argument could be a range.
None = 0
The function does not support arrays