getCorners();
The getCorners method gets coordinates of corner cells in a table range.
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.
The example of use is given on the page with description of the TabSheetRange.add method.
See also: