Shape.BringForward Method
Visio Automation Reference |
Brings the shape or selected shapes forward one position in the z-order.
Version Information
Version Added: Visio 2.0
Syntax
expression.BringForward
expression A variable that represents a Shape object.
Return Value
Nothing
Example
The following macro shows how to bring a shape forward in the z-order on a page.
Visual Basic for Applications |
---|
|
See Also