TabSheetRange.getCorners

Syntax

getCorners();

Description

The getCorners method gets coordinates of corner cells in a table range.

Comments

This method returns a JSON object with the following properties: tlCoord - coordinates of the top left cell, trCoord - coordinates of the top right cell, blCoord - coordinates of the bottom left cell, brCoord - coordinates of the bottom right cell. Each property is an object of the PP.Ui.TabSheetCoord type.

Example

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

See also:

TabSheetRange