NextSibling (NotesDOMNode - LotusScript®)
Read-only. The node immediately following this node.
Defined in
Data type
NotesDOMNode
Syntax
To get: Set notesDOMNode = notesDOMNode .NextSibling
Usage
If there is no such node, returns null.
Returns null for NotesDOMAttributeNode objects.