getCell(rowIndex: Number, colIndex: Number);
rowIndex. Cell row index.
colIndex. Cell column index.
The getCell method returns a range that consists of a single cell.
This method returns an object of the PP.Ui.TabSheetRange type.
The example of use is given on the page with description of the TabSheet.ensureCoordVisibility method.
Seebsp;also: