TabSheetRange.getSizeInVirtualCells

Syntax

getSizeInVirtualCells();

Description

The getSizeInVirtualCells method gets size of the range given as total number of rows and columns included in the range.

Comments

This method returns a JSON object with the following properties: rowsCount - total number of rows in the range, columnsCount - total number of columns.

Example

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

See also:

TabSheetRange