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 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.