getRenderedRowIndexes(getRealRowI: Boolean);
getRealRowI. Indicates whether the method returns real indexes of data series. Available Values:
true. The method returns real indexes of data series.
false. The method returns global indexes of data series.
The getRenderedRowIndexes method returns indexes of all table data series rendered at the moment.
The method returns array of values of the Integer type.
The example of use is given on the page with description of the DataGrid.FirstVisibleRow property.
See also: