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)

Usage

Dim Type As MsoDiagramType
Dim diagram1 As Diagram
diagram1.Convert(Type)

Syntax

Sub Convert( _
    <InAttribute()> ByVal Type As MsoDiagramType _
)
void Convert(
    [In] MsoDiagramType Type
);
public: Void Convert(
    MsoDiagramType^ Type
);
public void Convert(
    /*in*/MsoDiagramType Type
);
function Convert(
     Type : MsoDiagramType
);

Parameters

  • Type
    Required Microsoft.Office.Core.MsoDiagramType. The type of diagram to which to convert.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Diagram Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Diagram Members