Enum GrandTotalsPosition
Allows the grand totals to be displayed at the top or bottom of the pivot table’s row and column axis. By default, the grand totals are displayed at the bottom of the pivot table’s row and column axes. Bottom - Allows the grand totals to be displayed in bottom position in the pivot table's row and column axis. Top - Allows the grand totals to be displayed in top position in the pivot table's row and column axis.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum GrandTotalsPosition
Fields
Name | Description |
---|---|
Bottom | Allows the grand totals to be displayed in bottom position in the pivot table's row and column axis |
Top | Allows the grand totals to be displayed in top position in the pivot table's row and column axis. |