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)

Usage

Public Class iagramNodesImplementation
    Implements DiagramNodes
End Class
Dim iagramNodesImplementation1 As New iagramNodesImplementation()

Syntax

Public Interface DiagramNodes
    Inherits _IMsoDispObj, IEnumerable
public interface DiagramNodes : _IMsoDispObj, IEnumerable
public interface class DiagramNodes : public _IMsoDispObj, IEnumerable
public interface DiagramNodes implements _IMsoDispObj, IEnumerable
public interface DiagramNodes implements _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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

DiagramNodes Members