CustomXMLNode.PreviousSibling Property (Office)
Gets the previous sibling node (element, comment, or processing instruction) of the current node. If the current node is the first sibling at its level, the property returns Nothing. Read-only.
Syntax
expression .PreviousSibling
expression An expression that returns a CustomXMLNode object.
Return Value
CustomXMLNode