Enum PivotCellDescriptorType
Represents cell wrapper type.
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum PivotCellDescriptorType
Fields
Name | Description |
---|---|
Any | The cell wrapper is of type any. |
ColumnHeader | The cell wrapper is of type ColumnHeader. |
RowHeader | The cell wrapper is of type RowHeader. |
SummaryColumn | The cell wrapper is of type SummaryColumn. |
SummaryRow | The cell wrapper is of type SummaryRow. |
Value | The cell wrapper is of type Value. |