index
書式
tableStyleObject
.index
説明
tableStyleコレクション内でのインデックス番号を返します。読み出し専用です。
var s=app.activeDocument.tableStyles[0]; alert(s.index);
目次に戻る