getCoordInfo(coord: PP.Ui.TabSheetCoord);
coord. Coordinate information on which the user needs to get.
The getCoordInfo method returns an object that contains coordinate info.
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.
The example of use is given on the page with description of the TabSheet.getCoordUnderMouse method.
Seebsp;also: