マクロリファレンス:3:Documents コレクション
プロパティ
Count プロパティ
文書の数を数値で取得します。
- 構文
var i = editor.documents.Count;
Item プロパティ
指定したインデックスの Document オブジェクトを取得します。
- 構文
var doc = editor.documents.Item(index);
スポンサーリンク
文書の数を数値で取得します。
var i = editor.documents.Count;
指定したインデックスの Document オブジェクトを取得します。
var doc = editor.documents.Item(index);