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