DiagramNodeChildren.FirstChild Property
Returns a DiagramNode object that represents the first 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 FirstChild As DiagramNode
Get
'Usage
Dim instance As DiagramNodeChildren
Dim value As DiagramNode
value = instance.FirstChild
DiagramNode FirstChild { get; }
Property Value
Type: Microsoft.Office.Interop.Word.DiagramNode
Remarks
Use the LastChild property to access the last child node. Use the Root property to access the parent node in a diagram.