CustomXMLNode.ParentNode Property (Office)
Gets the parent element node of the current node. If the current node is at the root level, the property returns Nothing. Read-only.
Syntax
expression .ParentNode
expression An expression that returns a CustomXMLNode object.
Return Value
CustomXMLNode