GC.Spread.Sheets Namespace > Events type : EnterCell Event |
var instance; // Type: Events instance.EnterCell = function(sheet, sheetName, row, col) { };
activeSheet.bind(GC.Spread.Sheets.Events.EnterCell, function (e, info) { alert("Cell (" + info.row + ", " + info.col +")"); });