TabSheetExpander.contains

Syntax

contains(expander: PP.Ui.TabSheetExpander);

Parameters

expander. Table group that is checked if it contains the current group.

Description

The contains method checks if the specified table cells group contains the current one.

Comments

This method returns True if the specified table cells group contains the current group, otherwise it returns False.

Example

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

Seebsp;also:

TabSheetExpander