Enum PivotCellDescriptorExType
Extended types for cell descriptor.
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum PivotCellDescriptorExType
Fields
Name | Description |
---|---|
Any | The cell descriptor is of any data type. |
DrilledDown | The cell descriptor is of type DrilledDown. |
OverallTotal | The cell descriptor is of type OverallTotal. |
SummaryColumn | The cell descriptor is of type SummaryColumn. |
SummaryRow | The cell descriptor is of type SummaryRow. |