Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.