TabSheetRange.getSizeInCells

Syntax

getSizeInCells();

Description

The getSizeInCells method gets size of the range given as the number of visible rows and visible columns in this range.

Comments

This method returns a JSON object with the following properties: rowsCount - number of visible rows included into this range, columnsCount - number of visible columns.

Example

The example of use is given on the TabSheetRange.getInnerSizeInPX page.

See also:

TabSheetRange