TabSheetRange.subtract

Syntax

subtract(range: PP.Ui.TabSheetRange);

Parameters

range. Cell range to subtract.

Description

The subtract method subtracts specified cell range from the given one.

Comments

This method returns an array of PP.Ui.TabSheetRange objects.

Example

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

Seebsp;also:

TabSheetRange