var instance; // Type: Events instance.EditEnding = function(sheet, sheetName, row, col, editor, editingText, 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.
- editor
- The current editor.
- editingText
- The value from the current editor.
- cancel
- A value that indicates whether the operation should be canceled.