TabSheetRange.intersects

Syntax

intersects(range: PP.Ui.TabSheetRange);

Parameters

range. Cell range to intersect.

Description

The intersects method checks if specified range of table cells intersects the given range.

Comments

This method returns True if the specified range intersects given cell range, otherwise it returns False.

Example

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

See also:

TabSheetRange