var instance; // Type: Events instance.SheetNameChanging = function(sheet, oldValue, newValue, cancel) { };
Parameters
- sheet
- The sheet that triggered the event.
- oldValue
- The sheet's old name.
- newValue
- The sheet's new name.
- cancel
- A value that indicates whether the operation should be canceled.