SpreadJS Documentation
cloneContent Method
Gets a copy of the current content of the instance.
Syntax
var instance = new GcSpread.Sheets.CustomFloatingObject(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

CustomFloatingObject class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.