Enum SubTotalsPosition
Allows the sub-totals to be displayed at the top or bottom of their header group in the pivot table’s row and column axes. The options available are: None - Allows the sub-totals to be displayed at their default position. Top - Allows the sub-totals to be displayed at the top position of the header group in the pivot table's row and column axes. Bottom - Allows the sub-totals to be displayed in bottom position of the header group in the pivot table's row and column axes. Note: By default, the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table’s row and column axes.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum SubTotalsPosition
Fields
Name | Description |
---|---|
Auto | Allows the sub-totals to be displayed at their default position. Note: By default, the column sub-totals are displayed at the bottom and row sub-totals are displayed at the top of their header group in the pivot table’s row and column axes. |
Bottom | Allows the sub-totals to be displayed in bottom position of the header group in the pivot table's row and column axes. |
Top | Allows the sub-totals to be displayed at the top position of the header group in the pivot table's row and column axes. |