TabSheetModel.getNextTopCell

Syntax

getNextTopCell(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

The getNextTopCell method returns the cell located one row up 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