DiagramNodeChildren.LastChild Property

Definition

Returns a DiagramNode object that represents the last child node of a parent node.

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

Property Value

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.

Applies to