var instance; // Type: Events instance.LeaveCell = function(sheet, sheetName, row, col, cancel) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- row
- The row index of the cell being left.
- col
- The column index of the cell being left.
- cancel
- Whether the operation should be canceled.