id

書式

cellStyleGroupObject.id

説明

cellStyleGroupオブジェクトのIDを返します。読み出し専用です。
var s=app.activeDocument.cellStyleGroups[0];
alert(s.id);

目次に戻る