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