DiagramNodeChildren.LastChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.