DiagramNodes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of DiagramNode objects that represents all the nodes in a diagram.
public interface class DiagramNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C036E-0000-0000-C000-000000000046")]
public interface DiagramNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
Public Interface DiagramNodes
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Use the Nodes property of the Diagram object to return a DiagramNodes collection. Use the Item(Object) method to select and work with a single diagram node in a diagram.
Use the SelectAll() method to select and work with all nodes in a diagram.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Count |
Returns the number of objects in the collection. |
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. |
Methods
GetEnumerator() | |
Item(Object) |
Returns a single object from a collection. |
SelectAll() |
Selects all the shapes in the specified collection. |