//This example uses the SelectionChanging event. activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) { //Use IE to see console console.log("Name (" + info.sheetName + ")"); });
//This example uses the SelectionChanging event. activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) { //Use IE to see console console.log("Name (" + info.sheetName + ")"); });
Object
GC.Spread.Sheets.Events.SelectionChanging