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