GetNextSibling (NotesOutline - LotusScript®)

Given an entry in an outline, returns the entry immediately following it at the same level.

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline .GetNextSibling( 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 following the specified entry in the outline at the same level, or nothing if no sibling entries follow the specified entry.

Example