TabSheetMeasures.getRealCoordSize

Syntax

getRealCoordSize(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinates of table cell.

Description

The getRealCoordSize method gets real row width and column height corresponding o specified coordinates.

Comments

This method returns a JSON object with the following fields: height - row height, width - table column width.

Example

The example of use is given on the page with description of the TabSheetMeasures.getVirtualSize method.

Seebsp;also:

TabSheetMeasures