SpreadJS Documentation
getRowCount Method
Gets the number of rows in the array.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcArray();
var value; // Type: number
value = instance.getRowCount();
function getRowCount() : number;
See Also

Reference

CalcArray type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.