Enum CellType
Represents constants that specify the type of cell.
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum CellType
Fields
Name | Description |
---|---|
ColumnHeader | The type of cell is ColumnHeader. |
ColumnTable | The type of cell is ColumnTable. |
DataCell | The type of cell is DataCell. |
RowHeader | The type of cell is RowHeader. |
RowTable | The type of cell is RowTable. |