Class PivotCellDescriptorExType
Holds the enumeration constants for PivotCellDescriptor Ex type.
Inheritance
System.Object
PivotCellDescriptorExType
Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class PivotCellDescriptorExType : Enum
Fields
Any
The cell descriptor is of any data type
Declaration
public const PivotCellDescriptorExType Any
Field Value
Type |
---|
PivotCellDescriptorExType |
DrilledDown
The cell descriptor is of type DrilledDown
Declaration
public const PivotCellDescriptorExType DrilledDown
Field Value
Type |
---|
PivotCellDescriptorExType |
OverallTotal
The cell descriptor is of type Overall total
Declaration
public const PivotCellDescriptorExType OverallTotal
Field Value
Type |
---|
PivotCellDescriptorExType |
SummaryColumn
The cell descriptor is of type SummaryColumn
Declaration
public const PivotCellDescriptorExType SummaryColumn
Field Value
Type |
---|
PivotCellDescriptorExType |
SummaryRow
The cell descriptor is of type SummaryRow
Declaration
public const PivotCellDescriptorExType SummaryRow
Field Value
Type |
---|
PivotCellDescriptorExType |