TabSheetMeasures.getCoordSize

Syntax

getCoordSize(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinates of the cell, which width and height must be determined.

Description

The getCoordSize method gets height of the row and width of the column that correspond to 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.getNextBottomCoord method.

Seebsp;also:

TabSheetMeasures