var instance; // Type: Events instance.CommentRemoving = function(sheet, sheetName, comment, cancel) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- comment
- The comment is being removed.
- cancel
- A value that indicates whether the operation should be canceled.