TabSheetRange.contains

Syntax

contains(range: PP.Ui.TabSheetRange);

Parameters

range. Table cells range.

Description

The contains method determines whether the range contains specified range of table cells.

Comments

This method returns True if this cell range contains specified range, and False if otherwise.

Example

The example of use is given on the page with description of the TabSheetRange.add method.

See also:

TabSheetRange