FixedRows Property

Returns or sets the number of the fixed rows.

Syntax

Public Property FixedRows As Integer

Applies To

Grid Object

Data Type

Integer

Remarks

Fixed rows remain visible when the user scrolls the contents of the grid. They are not selectable or editable by the user. You can set FixedRows to any value between zero and the total number of rows.

See Also

FixedCols Property