IDataGridRows.Item

Syntax

Item(Index: Integer): IDataGridRow;

Parameters

Index is index of the row that is needed to be obtained.

Description

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

See also:

IDataGridRows