getFixedRowCount(isVirtual: Boolean);
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.
The getFixedRowCount method gets the number of fixed rows in the table.
This method returns a Number type value.
The example of use is given on the page with description of the TabSheetMeasures.getFixedColumnCount method.
Seebsp;also: