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