Class CellType
Represents constants that specify the type of cell.
Inheritance
System.Object
CellType
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class CellType : Enum
Fields
ColumnHeader
The type of cell is ColumnHeader.
Declaration
public const CellType ColumnHeader
Field Value
Type |
---|
CellType |
ColumnTable
The type of cell is ColumnTable.
Declaration
public const CellType ColumnTable
Field Value
Type |
---|
CellType |
DataCell
The type of cell is DataCell.
Declaration
public const CellType DataCell
Field Value
Type |
---|
CellType |
RowHeader
The type of cell is RowHeader.
Declaration
public const CellType RowHeader
Field Value
Type |
---|
CellType |
RowTable
The type of cell is RowTable.
Declaration
public const CellType RowTable
Field Value
Type |
---|
CellType |