ShapeRange.DiagramNode Property
Returns a DiagramNode object that represents a node in a diagram.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property DiagramNode As DiagramNode
Get
'Usage
Dim instance As ShapeRange
Dim value As DiagramNode
value = instance.DiagramNode
DiagramNode DiagramNode { get; }
Property Value
Type: Microsoft.Office.Interop.Word.DiagramNode