CustomXMLNode.FirstChild property (Office)

Gets a CustomXMLNode object corresponding to the first child element of the current node. If the node has no child elements (or if it isn't of type msoCustomXMLNodeElement), returns Nothing. Read-only.

Syntax

expression.FirstChild

expression An expression that returns a CustomXMLNode object.

Return value

CustomXMLNode

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.