IDataGridSelection.Item

Syntax

Item(Index: Integer): IDataGridRow;

Parameters

Index - index of the selected row that must be obtained.

Description

The Item property returns the row from the selected rows collection, which index is passed as the Index component input parameter.

See also:

IDataGridSelection