IDataGridRows.Item

Syntax

Item(Index: Integer): IDataGridRow;

Parameters

Index - index of the row that must be obtained.

Description

The Item property returns parameters of the row, which index is passed as the Index input parameter.

See also:

IDataGridRows