property Pivot.LockTotalRows as Boolean
Retrieves or sets a value that indicates whether the total rows in the list are locked or scrollable.

TypeDescription
Boolean A Boolean expression that specifies whether the grand total rows are locked or unlocked.
By default, the LockTotalRows property is True. The LockTotalRows property specifies whether the grand total rows are locked or unlocked. By lock a row or a column it means that the position of it remains unchanged when the user scrolls the control's content. The PivotTotals property specifies the total/aggregate rows. The LockRowsColumn property specifies whether the first column is locked or unlocked. The SelectableAggregateRows property specifies whether the inside total/aggregate rows are selectable or unselectable.