//This example returns the sheet name and action when changing the cell range in Microsoft Internet Explorer. activeSheet.bind(GC.Spread.Sheets.Events.RangeChanged, function (sender, args) { console.log(args.sheetName, args.action); });
//This example returns the sheet name and action when changing the cell range in Microsoft Internet Explorer. activeSheet.bind(GC.Spread.Sheets.Events.RangeChanged, function (sender, args) { console.log(args.sheetName, args.action); });
Object
GC.Spread.Sheets.Events.RangeChanged