Previous Document Next Document

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


ShapeRange.OrderReverse

Sub OrderReverse()

Description

Member of ShapeRange

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

VBA example

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