LOTUSSCRIPT/COM/OLE CLASSES


GetNextSibling method
Example

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


Return value

notesOutlineEntry


Language cross-reference

getNextSibling in Java Outline class

Example
See Also