isRowInsideVisibleRange(rowIndex: Number);
rowIndex. Table row index.
The isRowInsideVisibleRange method determines whether specified row is within the visible table range.
This method returns True if the specified row is within the visible table range, otherwise it returns False.
The example of use is given on the page with description of the TabSheetMeasures.isColInsideVisibleRange method.
Seebsp;also: