Shape.HorizontalFlip Property
Excel Developer Reference |
True if the specified shape is flipped around the horizontal axis. Read-only MsoTriState.
Syntax
expression.HorizontalFlip
expression A variable that represents a Shape object.
Example
This example restores each shape on myDocument
to its original state if it’s been flipped horizontally or vertically.
Visual Basic for Applications |
---|
|
See Also