TabSheet.isCoordVisibleOrInsideVisibleSpan

Syntax

isCoordVisibleOrInsideVisibleSpan(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Merged cell coordinates.

Description

The isCoordVisibleOrInsideVisibleSpan method determines whether a range of merged cells is not hidden, and if it is within the visible table range.

Comments

This method returns True if the given merged cell is not hidden and is within the visible cell range, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheet.calcCoordUnderMouse method.

Seebsp;also:

TabSheet