//This example creates log text for the EditChange event. // Use IE to see the console log text activeSheet.bind(GC.Spread.Sheets.Events.EditChange, function (sender, args) { console.log("Cell (" + args.row + ", " + args.col + ") data has been changed.") });