TabSheetRange Constructor

Syntax

PP.Ui.TabSheetRange(coord1: PP.Ui.TabSheetCoord, crood2: PP.Ui.TabSheetCoord, ts: PP.Ui.TabSheet);

Parameters

coord1. Coordinate of the top left cell in the range.

crood2. Coordinate of the bottom right cell in the range.

ts. Table where the cell range is created.

Description

The TabSheetRange constructor creates an instance of the TabSheetRange class.

Example

The example of constructors given on the page with description of the TabSheetRange.toJSON method.

See also:

TabSheetRange