FloatingObjectLoaded Event
In This Topic
Occurs when the custom floating object content is loaded.
Syntax
var instance; // Type: Events
instance.FloatingObjectLoaded = function(sheet, sheetName, floatingObject, element) { };
FloatingObjectLoaded = function (
: Worksheet,
: string,
: FloatingObject,
: HTMLElement
) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- floatingObject
- The custom floating object that triggered the event.
- element
- The HTMLElement of the custom floating object.
See Also