SpreadJS Documentation
activeSheetIndex Field
Represents the active sheet index.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: number
value = instance.activeSheetIndex;
var activeSheetIndex : number;
Example
This example sets the active sheet.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, activeSheetIndex:1});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.