DataGrid.findDgRowByRealIndex

Syntax

findDgRowByRealIndex(realRowI: Integer);

Parameters

realRowI. Real index of a data series to be searched.

Description

The findDgRowByRealIndex method returns a table data series by its index.

Comments

The method returns value of the PP.Ui.DGRow type.

Example

The example of use is given on the page with description of the DataGrid.createDgRow method.

See also:

DataGrid