Share via


Diagram.Reverse Property 

MsoTrue reverses the nodes in a diagram.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim diagram1 As Diagram

Dim returnValue As MsoTriState
returnValue = diagram1.Reverse

Dim sampleValue As MsoTriState
diagram1.Reverse = sampleValue

Syntax

Property Reverse() As MsoTriState
MsoTriState Reverse {get; set;}
property MsoTriState^ Reverse{
    MsoTriState^ get();
    Void set(MsoTriState^);
}
public MsoTriState get_Reverse();
public void set_Reverse(MsoTriState);
function get Reverse() : MsoTriState;
function set Reverse(MsoTriState);

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