CurrentColIndex Property

Returns or sets the index of the current column.

Syntax

Public Property CurrentColIndex As Integer

Applies To

Grid Object

Data Type

Integer

Remarks

Use the CurrentRowIndex and CurrentColIndex properties to make a cell current.

The CurrentColIndex property may be set to a value between FixedCols and Cols - 1 to select a cell in a scrollable column, or use the Cell mothod to select a cell in a fixed column.

See Also

CurrentRowIndex Property