Enum ExcelParseFormulaOptions
Enumeration to specify the options of excel formula
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelParseFormulaOptions
Fields
| Name | Description |
|---|---|
| InArray | Represents the InArray formula parse option. |
| InName | Represents the InName formula parse option. |
| None | No flags. |
| ParseComplexOperand | Operand is complex. |
| ParseOperand | Operand in function. |
| RootLevel | Represents the RootLevel formula parse option. |
| UseR1C1 | Indicates that R1C1 notation must be used. |