TabSheetModel.getNextBottomCell

Syntax

getNextBottomCell(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Table cell coordinates.

Description

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