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.