ビュー内の指定された文書の 1 つ前の文書を返します。
NotesView
Set notesDocument = notesView .GetPrevDocument( document )
document
NotesDocument。ビュー内の任意の文書。 Nothing を指定すると、エラーが生成されます。
notesDocument
NotesDocument。指定された文書の 1 つ前の文書です。指定された文書の前に文書がないときは Nothing を返します。
Java™ View クラスの getPrevDocument メソッド
式言語の NavigatePrev @コマンド
式言語の NavPrev @コマンド
式言語の NavigateToBacklink @コマンド
例