Class PivotCellDescriptorType
Holds the enumeration constants for PivotCellDescriptor type.
Inheritance
System.Object
PivotCellDescriptorType
Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class PivotCellDescriptorType : Enum
Fields
Any
The CellWrapper is of type any
Declaration
public const PivotCellDescriptorType Any
Field Value
Type |
---|
PivotCellDescriptorType |
ColumnHeader
The CellWrapper is of type ColumnHeader
Declaration
public const PivotCellDescriptorType ColumnHeader
Field Value
Type |
---|
PivotCellDescriptorType |
RowHeader
The CellWrapper is of type RowHeader
Declaration
public const PivotCellDescriptorType RowHeader
Field Value
Type |
---|
PivotCellDescriptorType |
SummaryColumn
The CellWrapper is of type SummaryColumn
Declaration
public const PivotCellDescriptorType SummaryColumn
Field Value
Type |
---|
PivotCellDescriptorType |
SummaryRow
The CellWrapper is of type SummaryRow
Declaration
public const PivotCellDescriptorType SummaryRow
Field Value
Type |
---|
PivotCellDescriptorType |
Value
The CellWrapper is of type Value
Declaration
public const PivotCellDescriptorType Value
Field Value
Type |
---|
PivotCellDescriptorType |