TabSheetRange.isCoordBelong

Syntax

isCoordBelong(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The isCoordBelong method determines whether the cell with specified coordinates belongs to the given range.

Comments

This method returns True if the cell under specified coordinates 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