TabSheetRange.equals

Syntax

equals(range: PP.Ui.TabSheetRange);

Parameters

range. Table range to check for equality with the given range.

Description

The equals method checks if two table ranges are equal.

Comments

This method returns True if both ranges are equal, and False if otherwise.

Example

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

See also:

TabSheetRange