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