0 out of 1 rated this helpful - Rate this topic

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)

'Usage
Public Class iagramNodeChildrenImplementation
	Implements DiagramNodeChildren
End Class
Dim iagramNodeChildrenImplementation1 As New iagramNodeChildrenImplementation()

public interface DiagramNodeChildren : _IMsoDispObj, IEnumerable
public interface DiagramNodeChildren implements _IMsoDispObj, IEnumerable
public interface DiagramNodeChildren implements _IMsoDispObj, , IEnumerable

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.


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.