Returns or sets the index of the current column.
Public Property CurrentColIndex As Integer
Grid Object
Integer
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.