Previous Document Next Document
Shape.OrderReverse

Sub OrderReverse()

Member of Shape

The OrderReverse method reverses the stacking order of selected shapes. This method can be applied only to a selection shape.

The following code example reverses the order of the selected shapes in the active document:

Sub Test() 
 ActiveSelection.OrderReverse 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.