DiagramNodeChildren Members
Include Protected Members
Include Inherited Members
A collection of DiagramNode objects that represents child nodes in a diagram.
The DiagramNodeChildren type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Returns an Application object that represents the Microsoft Excel application. |
![]() |
Count | Returns the number of objects in the collection. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. |
![]() |
FirstChild | Returns a DiagramNode object that represents the first child node of a parent node. |
![]() |
LastChild | Returns a DiagramNode object that represents the last child node of a parent node. |
![]() |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddNode | Creates a diagram node. Returns a DiagramNode object that represents the new node. |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
Item | Returns a single object from a collection. |
![]() |
SelectAll | Selects all the shapes in the specified collection. |
Top