DiagramNodeChildren Interface

A collection of DiagramNode objects that represents child nodes in a diagram.

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

Syntax

'Declaration
<GuidAttribute("000C036F-0000-0000-C000-000000000046")> _
Public Interface DiagramNodeChildren _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As DiagramNodeChildren
[GuidAttribute("000C036F-0000-0000-C000-000000000046")]
public interface DiagramNodeChildren : _IMsoDispObj, 
    IEnumerable

Remarks

Use the Children property of the DiagramNode object to return a DiagamNodeChildren collection. To add an individual child diagram node to the collection, use the AddNode method. To return individual child diagram nodes in the collection, use the FirstChild or LastChild properties, or the Item method.

See Also

Reference

DiagramNodeChildren Members

Microsoft.Office.Interop.Excel Namespace