NextSibling (NotesDOMNode - LotusScript®)

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