getRangeInfo();
The getRangeInfo method returns an object that contains information about the top left coordinate of the range.
This method returns a JSON object with the following fields: cellspan - indicates if the top left coordinate is included into the merged cells range, colHeader - indicates if the coordinate belongs to column header, fixedColumns - indicates if the coordinate belongs to a fixed column, fixedRows - indicates if the coordinate belongs to a fixed row, rowHeader - indicates if the coordinate belongs to row header, valid - indicates if the coordinate is valid.
The example of use is given on the page with description of the TabSheetRange.toJSON method.
See also: