GC.Spread.Sheets Namespace > Events type : SelectionChanging Event |
var instance; // Type: Events instance.SelectionChanging = function(sheet, sheetName, oldSelections, newSelections) { };
SelectionChanging = function ( sheet : Worksheet, sheetName : string, oldSelections : undefined, newSelections : undefined ) { };
activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) { //Use IE to see console console.log("Name (" + info.sheetName + ")"); });