Share via


CustomXMLNode.LastChild Property (Office)

Gets a CustomXMLNode object corresponding to the last child element of the current node. If the node has no child elements (or if it is not of type msoCustomXMLNodeElement), the property returns Nothing. Read-only.

Syntax

expression .LastChild

expression An expression that returns a CustomXMLNode object.

Return Value

CustomXMLNode

See Also

Concepts

CustomXMLNode Object

CustomXMLNode Object Members