FixedCols Property

Returns or sets the number of the fixed columns.

Syntax

Public Property FixedCols As Integer

Applies To

Grid Object

Data Type

Integer

Remarks

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

See Also

FixedRows Property