Object Model Reference : Classes : S : Shape : Methods : Shape.OrderForwardOne |
Sub OrderForwardOne()
Member of Shape
The OrderForwardOne method moves a shape one step forward in the stacking order.
The following VBA example moves the active shape one step forward.
Sub Test() |
ActiveShape.OrderForwardOne |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.