TabSheetModel.getNextLeftCell

Syntax

getNextLeftCell(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The getNextLeftCell method returns the cell located one column to the left 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