Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Converts a diagram to a different diagram type.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Convert
'Usage
Dim instance As _Presentation
instance.Convert()
void Convert()
Remarks
The Convert() method generates an error if the value of the target diagram's Type property is an organization chart (msoDiagramTypeOrgChart).
The Type parameter value can be one of these MsoDiagramType constants.
msoDiagramCycle |
msoDiagramMixed |
msoDiagramOrgChart |
msoDiagramPyramid |
msoDiagramRadial |
msoDiagramTarget |
msoDiagramVenn |