TabSheetMeasures.getNextRightCoord

Syntax

getNextRightCoord(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinates of table cell.

Description

The getNextRightCoord method gets coordinates of the cell positioned one column to the right from the cell with specified coordinates.

Comments

This method returns an object of the PP.Ui.TabSheetCoord type.

Example

The example of use is given on the page with description of the TabSheetMeasures.getNextBottomCoord method.

Seebsp;also:

TabSheetMeasures