Spread.Sheets Documentation
EnterCell type
GC.Spread.Sheets.Events Namespace : EnterCell type
Occurs when the focus enters a cell.
Example
//This example uses the EnterCell event.
activeSheet.bind(GC.Spread.Sheets.Events.EnterCell, function (e, info) {
        alert("Cell (" + info.row + ", " + info.col +")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.EnterCell

See Also

Reference

GC.Spread.Sheets.Events Namespace