TabSheetModel.getCell

Syntax

getCell(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinates of returned cell.

Description

The getCell method gets table cell by specified coordinate.

Comments

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

Example

The example of use is given on the page with description of the TabSheetModel.getCells method.

Seebsp;also:

TabSheetModel