var instance; // Type: Events instance.EnterCell = function(sheet, sheetName, row, col) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- row
- The row index of the cell being entered.
- col
- The column index of the cell being entered.