firstItem()
書式
cellStyleGroupObject =
cellStyleGroupsObject
.firstItem()
説明
firstItem()は最初のcellStyleGroupオブジェクトを返します。指定できるパラメーターはありません。
?
1
2
var
s=app.activeDocument.cellStyleGroups;
alert(s.firstItem().name);
目次に戻る