Enum ExcelFormulaLabel
Enumeration of the label types for formula in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFormulaLabel
Fields
Name | Description |
---|---|
ColumnLabels | Represents Column label for formula. |
MixedLabels | Represents Mixed label for formula. |
NoLabels | Represents no label for formula. |
RowLabels | Represents row label for formula. |