Diagram.Reverse Property
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.
Reverses the nodes in a diagram.
public:
property Microsoft::Office::Core::MsoTriState Reverse { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState Reverse { get; set; }
Public Property Reverse As MsoTriState
Property Value
Remarks
Setting Reverse to msoFalse leaves the diagram nodes as they are. Setting Reverse to msoTrue reverses the nodes in a diagram.
The following MsoTriState constants to not apply to this property: msoCTrue, msoTriStateMixed, msoTriStateToggle.