Spread.Sheets Documentation
content Method
GC.Spread.Sheets.FloatingObjects Namespace > FloatingObject type : content Method
The content of the custom floating object.
Gets or sets the content of the custom floating object.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height);
var returnValue; // Type: any
returnValue = instance.content(value);
function content( 
   value : HTMLElement
) : any;

Parameters

value
The content of the custom floating object.

Return Value

If no value is set, returns the content of the custom floating object; otherwise, returns the floating object.
See Also

Reference

FloatingObject type