Class ExcelParseFormulaOptions
Enumeration to specify the options of excel formula
Inheritance
System.Object
ExcelParseFormulaOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelParseFormulaOptions : Enum
Fields
InArray
Represents the InArray formula parse option.
Declaration
public const ExcelParseFormulaOptions InArray
Field Value
InName
Represents the InName formula parse option.
Declaration
public const ExcelParseFormulaOptions InName
Field Value
None
No flags.
Declaration
public const ExcelParseFormulaOptions None
Field Value
ParseComplexOperand
Operand is complex.
Declaration
public const ExcelParseFormulaOptions ParseComplexOperand
Field Value
ParseOperand
Operand in function.
Declaration
public const ExcelParseFormulaOptions ParseOperand
Field Value
RootLevel
Represents the RootLevel formula parse option.
Declaration
public const ExcelParseFormulaOptions RootLevel
Field Value
UseR1C1
Indicates that R1C1 notation must be used.
Declaration
public const ExcelParseFormulaOptions UseR1C1