DiagramNodeChildren.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 DiagramNode
    Get
'Usage
Dim instance As DiagramNodeChildren
Dim value As DiagramNode

value = instance.LastChild
DiagramNode LastChild { get; }

Property Value

Type: Microsoft.Office.Interop.Word.DiagramNode

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.

See Also

Reference

DiagramNodeChildren Interface

DiagramNodeChildren Members

Microsoft.Office.Interop.Word Namespace