DiagramNodes Members
Include Protected Members
Include Inherited Members
A collection of DiagramNode objects that represents all the nodes in a diagram.
The DiagramNodes 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. | |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Item | Returns a single object from a collection. | |
SelectAll | Selects all the shapes in the specified collection. |
Top