LOTUSSCRIPT /COM/OLE のクラス


GetNthDocument メソッド

コレクション内の指定された位置番号の文書を返します。

定義位置
NotesDocumentCollection 型

構文
Set notesDocument = notesDocumentCollection.GetNthDocument( n& )

パラメータ
n&


戻り値
notesDocument
使い方
パフォーマンス上の理由により、GetNthDocument を使ってループを繰り返すことは避けてください。推奨するループ構造については、GetDocumentGetFirstDocumentGetLastDocumentGetNextDocument、および GetPrevDocument を参照してください。

クロスリファレンス
Java DocumentCollection クラスの getNthDocument メソッド


関連項目