Enum CompileResultType
Namespace: OfficeOpenXml.FormulaParsing.FormulaExpressions
Assembly: EPPlus.dll
Syntax
public enum CompileResultType
Fields
Name | Description |
---|---|
DynamicArray | The result is a dynamic array formula. |
Normal | A normal compile result containing a value. |
RangeAddress | A compile result referencing a range address. This will allow the result to be used with the colon operator. |