TabSheetModel.getNextRightCell

Syntax

getNextRightCell(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The getNextRightCell method returns the cell located one column to the right of the specified table cell.

Comments

This method returns a PP.Ui.TabSheetCoord value.

Example

The example of use is given on the TabSheetModel.getMeasures page.

Seebsp;also:

TabSheetModel