DiagramNodes Interface
A collection of DiagramNode objects that represents all the nodes in a diagram.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("000C036E-0000-0000-C000-000000000046")> _
Public Interface DiagramNodes _
Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As DiagramNodes
[GuidAttribute("000C036E-0000-0000-C000-000000000046")]
public interface DiagramNodes : _IMsoDispObj,
IEnumerable
Remarks
Use the Nodes property of the Diagram object to return a DiagramNodes collection. Use the Item 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.