Class 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.
Inheritance
System.Object
GrandTotalsPosition
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class GrandTotalsPosition : Enum
Fields
Bottom
Allows the grand totals to be displayed in bottom position in the pivot table's row and column axis
Declaration
public const GrandTotalsPosition Bottom
Field Value
Type |
---|
GrandTotalsPosition |
Top
Allows the grand totals to be displayed in top position in the pivot table's row and column axis.
Declaration
public const GrandTotalsPosition Top
Field Value
Type |
---|
GrandTotalsPosition |