| GC.Spread.Sheets.FloatingObjects 名前空間 > FloatingObject タイプ : cloneContent メソッド |
| Javascript (Usage) | |
|---|---|
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var value; // Type: HTMLElement value = instance.cloneContent(); | |
| Javascript (Specification) | |
|---|---|
function cloneContent() : HTMLElement; | |