SpreadJS Documentation
getRowCount Method
The range index.
Gets the row count for the specified range.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
var value; // Type: number
value = instance.getRowCount(range);
function getRowCount( 
   range : number
) : number;

Parameters

range
The range index.

Return Value

The row count.
See Also

Reference

Reference type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.