SpreadJS Documentation
getSheetCount Method
Gets the number of sheets.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: number
value = instance.getSheetCount();
function getSheetCount() : number;

Return Value

The number of sheets.
Example
This example uses the getSheetCount method.
var index = spread.getSheetCount();
alert(index);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.