TabSheetExpander.getSizeCoord

Syntax

getSizeCoord();

Description

The getSizeCoord method gets group size shown as the number of table rows and columns in this group.

Comments

This method returns a JSON object with the following fields: row - number of rows in the group, column - number of columns.

Example

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

Seebsp;also:

TabSheetExpander