GetNextSibling (NotesViewNavigator - LotusScript®)
Returns the next sibling entry in a view navigator.
Defined in
Syntax
Set notesViewEntry = notesViewNavigator .GetNextSibling( 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 following the current or specified entry. Returns Nothing if there is no next sibling entry.
Usage
This method moves the current pointer to the retrieved entry unless the return value is Nothing.