index

書式

cellStyleObject.index

説明

cellStyleコレクション内でのインデックス番号を返します。読み出し専用です。
var s=app.activeDocument.cellStyles[1];
alert(s.index);

目次に戻る