DiagramNode.Children Property

Returns a DiagramNodeChildren object, representing the collection of child nodes of a particular node.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Children As DiagramNodeChildren
    Get
'Usage
Dim instance As DiagramNode
Dim value As DiagramNodeChildren

value = instance.Children
DiagramNodeChildren Children { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.DiagramNodeChildren

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Excel Namespace