remove()
書式
remove()
説明
Tableオブジェクトを削除します。戻り値はありません。
app.activeDocument.pages[0].textFrames[0].tables[0].remove();
目次に戻る