DiagramNode Interface 

Represents a single diagram node within a diagram.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class iagramNodeImplementation
    Implements DiagramNode
End Class
Dim iagramNodeImplementation1 As New iagramNodeImplementation()

Syntax

Public Interface DiagramNode
public interface DiagramNode
public interface class DiagramNode
public interface DiagramNode
public interface DiagramNode

Remarks

The DiagramNode object is a member of the DiagramNodes collection.

Use the DiagramNode property of the Shape or ShapeRange object to return a DiagramNode object. Use the AddNode method to add a node to a diagram.

Use the Delete method to remove a node from 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.Word Namespace

Other Resources

DiagramNode Members