CustomXMLNode.LastChild Property
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property LastChild As CustomXMLNode
Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNode
value = instance.LastChild
CustomXMLNode LastChild { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode