ShapeRange.Flip Method
Word Developer Reference |
Flips a shape horizontally or vertically.
Syntax
expression.Flip(FlipCmd)
expression Required. A variable that represents a ShapeRange object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FlipCmd | Required | MsoFlipCmd | The flip orientation. |
Example
This example adds a triangle to the active document, duplicates the triangle, and then flips the duplicate triangle vertically and makes it red.
Visual Basic for Applications |
---|
|
See Also