LOTUSSCRIPT/COM/OLE CLASSES


PreviousSibling property
Example

Read-only. The node immediately before this node.

Defined in

NotesDOMNode

Data type

NotesDOMNode

Syntax

To get: Set notesDOMNode = notesDOMNode.PreviousSibling

Usage

If this is the first node, returns null.

Returns null for NotesDOMAttributeNode objects.

Example