GetPrev (NotesOutline - LotusScript®)
Given an entry in an outline, returns the entry immediately preceding it.
Defined in
Syntax
Set notesOutlineEntry = notesOutline .GetPrev( entry )
Parameters
entry
NotesOutlineEntry. The current entry in the outline. If you specify Nothing, this method generates an error.
Return value
notesOutlineEntry
NotesOutlineEntry. The entry preceding the specified entry in the outline, or nothing if no entry precedes the entry specified.