var instance; // Type: Events instance.FloatingObjectRemoved = function(sheet, sheetName, floatingObject) { };
FloatingObjectRemoved = function ( sheet : Worksheet, sheetName : string, floatingObject : FloatingObject ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- floatingObject
- The floating object has been removed.