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