DiagramNodes Interface

A collection of DiagramNode objects that represent all the nodes in a diagram. The DiagramNodes collection contains all the diagram nodes in a specified diagram.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209EB-0000-0000-C000-000000000046")> _
Public Interface DiagramNodes _
    Inherits IEnumerable
'Usage
Dim instance As DiagramNodes
[GuidAttribute("000209EB-0000-0000-C000-000000000046")]
public interface DiagramNodes : IEnumerable

Remarks

Use the Nodes property to return the DiagramNodes collection. Use the SelectAll method to select and work with all nodes in a diagram.

Use the Item method to select and work with a single diagram node in a diagram.

See Also

Reference

DiagramNodes Members

Microsoft.Office.Interop.Word Namespace