TabSheetRange.getIntersectionWith

Syntax

getIntersectionWith(range: PP.Ui.TabSheetRange);

Parameters

range. Table cells range.

Description

The getIntersectionWith method gets common area for a given and a specified range.

Comments

This method returns an object of the PP.Ui.TabSheetRange type.

Example

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

See also:

TabSheetRange