TabSheet.coord

Syntax

coord(rowIndex: Number, colIndex: Number);

Parameters

rowIndex. Row index.

colIndex. Column index.

Description

The coord method gets cell coordinates by indexes of table row and table column.

Comments

The method is outdated, use TabSheet.getCoord.

Seebsp;also:

TabSheet