var instance; // Type: Events instance.FloatingObjectRemoving = function(sheet, sheetName, floatingObject, cancel) { };
FloatingObjectRemoving = function ( sheet : Worksheet, sheetName : string, floatingObject : FloatingObject, cancel : boolean ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- floatingObject
- The floating object is being removed.
- cancel
- A value that indicates whether the operation should be canceled.