Diagram.Convert(MsoDiagramType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the current diagram to a different diagram.
public:
void Convert(Microsoft::Office::Core::MsoDiagramType Type);
public void Convert (Microsoft.Office.Core.MsoDiagramType Type);
Public Sub Convert (Type As MsoDiagramType)
Parameters
- Type
- MsoDiagramType
Required MsoDiagramType. The type of diagram to convert to.MsoDiagramType can be one of these constants. msoDiagramCycle A process diagram with a continuous cycle diagram type.msoDiagramMixed A mixed diagram type.msoDiagramOrgChart A hierarchical relationship diagram type.msoDiagramPyramid A foundation based relationships diagram type.msoDiagramRadial A diagram type showing relationships of a core element.msoDiagramTarget A diagram type showing steps toward a goal.msoDiagramVenn A diagram type showing areas of overlap between elements.