Diagram.Reverse Property
Reverses the nodes in a diagram.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Reverse As MsoTriState
Get
Set
'Usage
Dim instance As Diagram
Dim value As MsoTriState
value = instance.Reverse
instance.Reverse = value
MsoTriState Reverse { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
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.