GetPrevDocument (NotesView - LotusScript®)

ビュー内の指定された文書の 1 つ前の文書を返します。

定義位置

NotesView

構文

Set notesDocument = notesView .GetPrevDocument( document )

パラメータ

document

NotesDocument。ビュー内の任意の文書。 Nothing を指定すると、エラーが生成されます。

戻り値

notesDocument

NotesDocument。指定された文書の 1 つ前の文書です。指定された文書の前に文書がないときは Nothing を返します。

クロスリファレンス

Java™ View クラスの getPrevDocument メソッド

式言語の NavigatePrev @コマンド

式言語の NavPrev @コマンド

式言語の NavigateToBacklink @コマンド