マクロリファレンス:Documents コレクション
ナビゲーションに移動
検索に移動
プロパティ
Count プロパティ
文書の数を取得します。
- 構文
function get Count() : int
Item プロパティ
指定するインデックスの Document オブジェクトを取得します。
- 構文
function get Item(value : int) : Document
スポンサーリンク
文書の数を取得します。
function get Count() : int
指定するインデックスの Document オブジェクトを取得します。
function get Item(value : int) : Document