Diagram.Type Property
Returns or sets the diagram type.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Type As MsoDiagramType
Get
'Usage
Dim instance As Diagram
Dim value As MsoDiagramType
value = instance.Type
MsoDiagramType Type { get; }
Property Value
Type: Microsoft.Office.Core.MsoDiagramType
Remarks
MsoDiagramType can be one of these MsoDiagramType constants:
msoDiagramCycle
msoDiagramMixed
msoDiagramOrgChart
msoDiagramPyramid
msoDiagramRadial
msoDiagramTarget
msoDiagramVenn