Spread.Sheets Documentation
getHost Method
GC.Spread.Sheets.FloatingObjects Namespace > FloatingObject type : getHost Method
Gets the dom host of the custom content.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height);
var value; // Type: any
value = instance.getHost();
function getHost() : any;
See Also

Reference

FloatingObject type