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)

Syntax

'Declaration
<GuidAttribute("000209EC-0000-0000-C000-000000000046")> _
Public Interface Diagram
'Usage
Dim instance As Diagram
[GuidAttribute("000209EC-0000-0000-C000-000000000046")]
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.

See Also

Reference

Diagram Members

Microsoft.Office.Interop.Word Namespace