LOTUSSCRIPT /COM/OLE のクラス


GetNthDocument メソッド

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

定義位置

NotesDocumentCollection

構文

Set notesDocument = notesDocumentCollection.GetNthDocument( n& )

パラメータ

n&


戻り値

notesDocument


使用法

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

クロスリファレンス

Java DocumentCollection クラスの getNthDocument メソッド


関連項目