Object Model Reference : Classes : S : Shape : Methods : Shape.OrderReverse |
Sub OrderReverse()
Member of Shape
The OrderReverse method reverses the stacking order of all selected shapes.
• |
This method can be applied only to a selection shape.
|
The following VBA example reverses the order of the selected shapes in the active document.
Sub Test() |
ActiveSelection.OrderReverse |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.