TabSheetRange.isRowBelong

Syntax

isRowBelong(rowIndex: Number);

Parameters

rowIndex. Table row index.

Description

The isRowBelong method determines whether the row with specified index belongs to a given range.

Comments

This method returns True if the row with specified index belongs to the given range, and False if it does not belong to the range.

Example

The example of use is given on the page with description of the TabSheetRange.isColumnBelong method.

See also:

TabSheetRange