TabSheetMeasures.isCoordInsideVisibleRange

Syntax

isCoordInsideVisibleRange(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The isCoordInsideVisibleRange method determines whether the specified coordinate is within visible table range.

Comments

This method returns True if the specified coordinate 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