TabSheetMeasures.getFixedRowCount

Syntax

getFixedRowCount(isVirtual: Boolean);

Parameters

isVirtual. Indicates if virtual table rows are accounted for when calculating the rows amount. If the parameter is set to True, virtual rows are accounted for, otherwise they are not.

Description

The getFixedRowCount method gets the number of fixed rows in the table.

Comments

This method returns a Number type value.

Example

The example of use is given on the page with description of the TabSheetMeasures.getFixedColumnCount method.

Seebsp;also:

TabSheetMeasures