Returns or sets the index of the current row.
Public Property CurrentRowIndex As Integer
Grid Object
Integer
Use the CurrentRowIndex and CurrentColIndex properties to make a cell current.
The CurrentRowIndex property may be set to a value between FixedRows and Rows - 1 to select a cell in a scrollable row, or use the Cell mothod to select a cell in a fixed row.