firstItem()

書式

cellStyleGroupObject = cellStyleGroupsObject.firstItem()

説明

firstItem()は最初のcellStyleGroupオブジェクトを返します。指定できるパラメーターはありません。
var s=app.activeDocument.cellStyleGroups;
alert(s.firstItem().name);

目次に戻る