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