count()
書式
number =
menusObject
.count()
説明
InDesignのメニューの総数を返します。lengthプロパティと同じ結果になります。指定できるパラメーターはありません。
var m=app.menus; alert(m.count());
目次に戻る