Spread.Sheets Documentation
cloneContent Method
GC.Spread.Sheets.FloatingObjects Namespace > FloatingObject type : cloneContent Method
Gets a copy of the current content of the instance.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height);
var value; // Type: HTMLElement
value = instance.cloneContent();
function cloneContent() : HTMLElement;

Return Value

A copy of the current content of the instance.
See Also

Reference

FloatingObject type