Diagram.Convert(MsoDiagramType) Method

Definition

Converts a diagram of one type into a diagram of another type.

public:
 void Convert(Microsoft::Office::Core::MsoDiagramType Type);
public void Convert (Microsoft.Office.Core.MsoDiagramType Type);
abstract member Convert : Microsoft.Office.Core.MsoDiagramType -> unit
Public Sub Convert (Type As MsoDiagramType)

Parameters

Type
MsoDiagramType

Required MsoDiagramType. The type of diagram to which to convert.

Applies to