LOTUSSCRIPT /COM/OLE のクラス


GetNthDocument メソッド

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

定義位置NotesDocumentCollection
構文Set notesDocument = notesDocumentCollection.GetNthDocument( n& )
パラメータn&


戻り値notesDocument
使用法パフォーマンス上の理由により、GetNthDocument を使ってループを繰り返すことは避けてください。推奨するループ構造については、GetDocumentGetFirstDocumentGetLastDocumentGetNextDocument、および GetPrevDocument を参照してください。
クロスリファレンスJava DocumentCollection クラスの getNthDocument メソッド

関連項目