LOTUSSCRIPT/COM/OLE CLASSES


NextSibling property
Example

Read-only. The node immediately following this node.

Defined in

NotesDOMNode

Data type

NotesDOMNode

Syntax

To get: Set notesDOMNode = notesDOMNode.NextSibling

Usage

If there is no such node, returns null.

Returns null for NotesDOMAttributeNode objects.

Example