SpreadJS Documentation
setActiveSheetIndex Method
The active sheet index.
Sets the active sheet index for the control.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: any
returnValue = instance.setActiveSheetIndex(value);
function setActiveSheetIndex( 
   value : number
) : any;

Parameters

value
The active sheet index.
Example
This example uses the setActiveSheetIndex method.
spread.setActiveSheetIndex(1);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.