Class ExcelFormulaLabel
Enumeration of the label types for formula in Excel.
Inheritance
System.Object
ExcelFormulaLabel
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelFormulaLabel : Enum
Fields
ColumnLabels
Represents Column label for formula.
Declaration
public const ExcelFormulaLabel ColumnLabels
Field Value
Type |
---|
ExcelFormulaLabel |
MixedLabels
Represents Mixed label for formula.
Declaration
public const ExcelFormulaLabel MixedLabels
Field Value
Type |
---|
ExcelFormulaLabel |
NoLabels
Represents no label for formula.
Declaration
public const ExcelFormulaLabel NoLabels
Field Value
Type |
---|
ExcelFormulaLabel |
RowLabels
Represents row label for formula.
Declaration
public const ExcelFormulaLabel RowLabels
Field Value
Type |
---|
ExcelFormulaLabel |