GetNext (NotesOutline - LotusScript®)

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

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline .GetNext( 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, or nothing if no entries follow the specified entry.

Example