Previous Document Next Document

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


Shape.OrderForwardOne

Sub OrderForwardOne()

Description

Member of Shape

The OrderForwardOne method moves a shape one step forward in the stacking order.

VBA example

The following VBA example moves the active shape one step forward.

Sub Test()
 ActiveShape.OrderForwardOne
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.