GcSpread.Sheets Namespace > Events type : ValueChanged Event |
var instance; // Type: Events instance.ValueChanged = function(sheet, sheetName, row, col) { };
$("#spreadContainer").data("spread").getActiveSheet().bind(GcSpread.Sheets.Events.ValueChanged, function (e, info) { alert("Value (" + info.newValue + ")"); });