getCoordSize(coord: PP.Ui.TabSheetCoord);
coord. Coordinates of the cell, which width and height must be determined.
The getCoordSize method gets height of the row and width of the column that correspond to specified coordinates.
This method returns a JSON object with the following fields: height - row height, width - table column width.
The example of use is given on the page with description of the TabSheetMeasures.getNextBottomCoord method.
Seebsp;also: