property Pivot.LockRowsColumn as Boolean
Retrieves or sets a value that indicates whether the rows column in the list is locked or scrollable.

TypeDescription
Boolean A Boolean expression that specifies whether the first column is locked or unlocked.
By default, LockRowsColumn property property is True.  The LockRowsColumn property specifies whether the first column is 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 PivotRows property specifies the list of columns that builds the first column in the control's list. The LockTotalRows property specifies whether the grand total rows are locked or unlocked. The PivotTotals property specifies the total/aggregate rows. The SelectableAggregateRows property specifies whether the inside total/aggregate rows are selectable or unselectable.