getRealCoordSize(coord: PP.Ui.TabSheetCoord);
coord. Coordinates of table cell.
The getRealCoordSize method gets real row width and column height corresponding o 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.getVirtualSize method.
Seebsp;also: