TabSheet.getCoordInfo

Syntax

getCoordInfo(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinate information on which the user needs to get.

Description

The getCoordInfo method returns an object that contains coordinate info.

Comments

This method returns a JSON object with the following fields: cellspan - indicates if the coordinate is within a merged cell range, colHeader - indicates if the coordinate is within a column header, fixedColumns - indicates if the coordinate is within a fixed column, fixedRows - indicates if it is within a fixed row, rowHeader - indicates if it is within a row header, valid - indicates if the coordinate is valid.

Example

The example of use is given on the page with description of the TabSheet.getCoordUnderMouse method.

Seebsp;also:

TabSheet