DataGrid.findRowByIndex

Syntax

findRowByIndex(rowI: Number);

Parameters

rowI. Index of a row to be searched.

Description

The findRowByIndex method returns a table rows by its index.

Example

The example of method use is given in description of the DataGrid.RowDblClick event.

See also:

DataGrid