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)

Syntax

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

See Also

Reference

DiagramNode Members

Microsoft.Office.Interop.Word Namespace