XMLNode.LastChild Property
Returns a DiagramNode object that represents the last child node of a parent node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property LastChild As XMLNode
Get
'Usage
Dim instance As XMLNode
Dim value As XMLNode
value = instance.LastChild
XMLNode LastChild { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNode
Remarks
Use the FirstChild property to access the first child node in a diagram. Use the Root property to access the parent node in a diagram.