GetPrevSibling (NotesViewNavigator - LotusScript®)
Returns the previous sibling entry in a view navigator.
Defined in
Syntax
Set notesViewEntry = notesViewNavigator .GetPrevSibling( entry )
Parameters
entry
NotesViewEntry. An entry in the view. Defaults to the current entry. If you specify Nothing, this method generates an error.
Return value
notesViewEntry
NotesViewEntry. The sibling entry preceding the current or specified entry. Returns Nothing if there is no previous sibling entry.
Usage
This method moves the current pointer to the retrieved entry unless the return value is Nothing.