Diagram.Convert Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Convert ( _
    Type As MsoDiagramType _
)
'Usage
Dim instance As Diagram
Dim Type As MsoDiagramType

instance.Convert(Type)
void Convert(
    MsoDiagramType Type
)

Parameters

  • Type
    Type: MsoDiagramType
    Required MsoDiagramType. The type of diagram to which to convert.

See Also

Reference

Diagram Interface

Diagram Members

Microsoft.Office.Interop.Word Namespace