TabSheetCellSpan.isCoordInSpan

Syntax

isCoordInSpan(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinate for which the user defines if it is within the merged cells range.

Description

The isCoordInSpan method determines whether a specified coordinate is within the merged cells range.

Comments

This method returns True if the specified coordinate is within the merged cells range, otherwise it returns False.

Example

The example of method use is given on the TabSheetCellSpan Constructor page.

Seebsp;also:

TabSheetCellSpan