PivotTotalPosition
Defines the position of Pivot Total position - 'before' or 'after' the Value Column(s)
TypeScript
export type PivotTotalPosition = 'before' | 'after' | boolean;Defines the position of Pivot Total position - 'before' or 'after' the Value Column(s)
export type PivotTotalPosition = 'before' | 'after' | boolean;