var instance; // Type: Events instance.EditEnded = function(sheet, sheetName, row, col, editingText) { };
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.
- editingText
- The value from the current editor.