Flips the specified shape around it's horizontal or vertical axis.
Syntax
expression.Flip(FlipCmd)
expression Required. An expression that returns a Shape or ShapeRange object.
FlipCmd Required Long. Specifies whether the shape is to be flipped horizontally or vertically. Can be either of the following MsoFlipCmd constants: msoFlipHorizontal or msoFlipVertical.