CustomXMLNode.NextSibling Property (Office)

Gets the next sibling node (element, comment, or processing instruction) of the current node. If the node is the last sibling at its level, the property returns Nothing. Read-only.

Syntax

expression .NextSibling

expression An expression that returns a CustomXMLNode object.

Return Value

CustomXMLNode

See Also

Concepts

CustomXMLNode Object Members

CustomXMLNode Object