SpreadJS Documentation
sheetCount Field
Gets the number of sheets.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: number
value = instance.sheetCount;
var sheetCount : number;
Example
This example sets the number of sheets.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, font:"12pt Arial"});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.