var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var value; // Type: HTMLElement value = instance.cloneContent();
function cloneContent() : HTMLElement;
戻り値の型
インスタンスの現在の内容のコピー。
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var value; // Type: HTMLElement value = instance.cloneContent();
function cloneContent() : HTMLElement;