DiagramNodeChildren.FirstChild Property
Returns a DiagramNode object that represents the first child node of a parent node.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.DiagramNode