SpreadJS Documentation
getRowCount Method
Gets the row count of current source.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: number
value = instance.getRowCount();
function getRowCount() : number;

Return Value

The row count of current source.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.