TabSheetMeasures.isRowInsideVisibleRange

Syntax

isRowInsideVisibleRange(rowIndex: Number);

Parameters

rowIndex. Table row index.

Description

The isRowInsideVisibleRange method determines whether specified row is within the visible table range.

Comments

This method returns True if the specified row is within the visible table range, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheetMeasures.isColInsideVisibleRange method.

Seebsp;also:

TabSheetMeasures