CurrentRowIndex Property

Returns or sets the index of the current row.

Syntax

Public Property CurrentRowIndex As Integer

Applies To

Grid Object

Data Type

Integer

Remarks

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.

See Also

CurrentColIndex Property