Class PivotGridValueCellType
Specifies the type of Value Cell.
Inheritance
System.Object
PivotGridValueCellType
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class PivotGridValueCellType : Enum
Fields
All
Performs for the combination of Total Cell, GrandTotal Cell and Value Cell.
Declaration
public const PivotGridValueCellType All
Field Value
Type |
---|
PivotGridValueCellType |
GrandTotalCell
Performs for only Grand Total Cell.
Declaration
public const PivotGridValueCellType GrandTotalCell
Field Value
Type |
---|
PivotGridValueCellType |
GrandTotalSummaryValueCell
Performs for the combination of Total Cell and Grand Total Cell.
Declaration
public const PivotGridValueCellType GrandTotalSummaryValueCell
Field Value
Type |
---|
PivotGridValueCellType |
GrandTotalValueCell
Performs for the combination of GrandTotal Cell and Value Cell.
Declaration
public const PivotGridValueCellType GrandTotalValueCell
Field Value
Type |
---|
PivotGridValueCellType |
SummaryCell
Performs for only Total Cell.
Declaration
public const PivotGridValueCellType SummaryCell
Field Value
Type |
---|
PivotGridValueCellType |
SummaryValueCell
Performs for the combination of Total Cell and Value Cell.
Declaration
public const PivotGridValueCellType SummaryValueCell
Field Value
Type |
---|
PivotGridValueCellType |
ValueCell
Performs for only Value Cell.
Declaration
public const PivotGridValueCellType ValueCell
Field Value
Type |
---|
PivotGridValueCellType |