getSizeInVirtualCells();
The getSizeInVirtualCells method gets size of the range given as total number of rows and columns included in the range.
This method returns a JSON object with the following properties: rowsCount - total number of rows in the range, columnsCount - total number of columns.
The example of use is given on the TabSheetRange.getInnerSizeInPX page.
See also: