TabSheetExpander.isCoordInside

Syntax

isCoordInside(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The isCoordInside method determines whether specified coordinates are inside of the cell group.

Comments

This method returns True if the specified coordinates are inside of the cell group, otherwise it returns False.

Example

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

Seebsp;also:

TabSheetExpander