Previous Document Next Document

Object Model Reference : Classes : S : Shape : Methods : Shape.OrderReverse


Shape.OrderReverse

Sub OrderReverse()

Description

Member of Shape

The OrderReverse method reverses the stacking order of all selected shapes.

 
This method can be applied only to a selection shape.
VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.