GetPrevDocument (NotesView - LotusScript®)
Given a document in a view, returns the document immediately preceding.
Defined in
Syntax
Set notesDocument = notesView .GetPrevDocument( document )
Parameters
document
A NotesDocument. Any document in the view. If you specify Nothing, this method generates an error.
Return value
notesDocument
A NotesDocument. The document preceding the specified document. Returns Nothing if there is no preceding document.