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