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