Diagram Interface 

Represents a single diagram in a document.

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

Usage

Public Class iagramImplementation
    Implements Diagram
End Class
Dim iagramImplementation1 As New iagramImplementation()

Syntax

Public Interface Diagram
public interface Diagram
public interface class Diagram
public interface Diagram
public interface Diagram

Remarks

The Diagram object is a member of the Shapes collection.

Use the Diagram property of the DiagramNode, Shape, and ShapeRange objects to return a single Diagram object. Use the Convert method to change a diagram from one type to another.

Use the Reverse property to flip the order of the 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.Word Namespace

Other Resources

Diagram Members