Previous Document Next Document
ShapeRange.OrderReverse

Sub OrderReverse()

Member of ShapeRange

The OrderReverse method reverses the stacking order of shapes in a range.

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

Sub Test() 
 ActiveSelectionRange.OrderReverse 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.