CustomXMLNode.LastChild Property

Definition

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.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ LastChild { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode LastChild { get; }
member this.LastChild : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property LastChild As CustomXMLNode

Property Value

CustomXMLNode

Applies to