Selection.SendToBack Method
Visio Automation Reference |
Moves the shape or selected shapes to the back of the z-order.
Version Information
Version Added: Visio 2.0
Syntax
expression.SendToBack
expression A variable that represents a Selection object.
Return Value
Nothing
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to move a shape to the back of the z-order on a page.
Visual Basic for Applications |
---|
|
See Also