Enum PivotGridValueCellType
Specifies the type of Value Cell.
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public enum PivotGridValueCellType
Fields
| Name | Description |
|---|---|
| All | Performs for the combination of Total Cell, GrandTotal Cell and Value Cell. |
| GrandTotalCell | Performs for only Grand Total Cell. |
| GrandTotalSummaryValueCell | Performs for the combination of Total Cell and Grand Total Cell. |
| GrandTotalValueCell | Performs for the combination of GrandTotal Cell and Value Cell. |
| SummaryCell | Performs for only Total Cell. |
| SummaryValueCell | Performs for the combination of Total Cell and Value Cell. |
| ValueCell | Performs for only Value Cell. |