LOTUSSCRIPT/COM/OLE CLASSES


GetPrevSibling method
Example

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

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline.GetPrevSibling( entry )

Parameters

entry


Return value

notesOutlineEntry


Language cross-reference

getPrevSibling in Java Outline class

Example
See Also