TabSheetCellSpan.getSizeCoord

Syntax

getSizeCoord();

Description

The getSizeCoord method returns size of the merged cell range as the number of rows and columns included in this range.

Comments

This method returns a JSON object with the following fields: row - row count, column - column count in the range of merged cells.

Example

The example of method use is given on the TabSheetCellSpan Constructor page.

Seebsp;also:

TabSheetCellSpan