//This example creates log text for the ActiveSheetChanged event. // Use IE to see the console log text spread.bind(GC.Spread.Sheets.Events.ActiveSheetChanged, function (sender, args) { console.log("Active sheet has been switched."); });
//This example creates log text for the ActiveSheetChanged event. // Use IE to see the console log text spread.bind(GC.Spread.Sheets.Events.ActiveSheetChanged, function (sender, args) { console.log("Active sheet has been switched."); });
Object
GC.Spread.Sheets.Events.ActiveSheetChanged