GetPrevSibling (NotesOutline - LotusScript®)
Given an entry in an outline, returns the entry immediately preceding it at the same level.
Defined in
Syntax
Set notesOutlineEntry = notesOutline .GetPrevSibling( 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 at the same level, or nothing if no sibling entry precedes the entry specified.