IDataGridRow.Index

Syntax

Index: Integer;

Description

The Index property returns the row index in the DataGrid component.

NOTE. This value corresponds to the index of the row, which is among the component visible rows. It depends on the set sorting and filtering. If the row is not displayed in the component, the property returns -1.

See also:

IDataGridRow