TabSheet.getCell

Syntax

getCell(rowIndex: Number, colIndex: Number);

Parameters

rowIndex. Cell row index.

colIndex. Cell column index.

Description

The getCell method returns a range that consists of a single cell.

Comments

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

Example

The example of use is given on the page with description of the TabSheet.ensureCoordVisibility method.

Seebsp;also:

TabSheet