Share via


Shape.Flip Method

Flips the specified shape around its horizontal or vertical axis.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub Flip ( _
    FlipCmd As MsoFlipCmd _
)
'Usage
Dim instance As Shape
Dim FlipCmd As MsoFlipCmd

instance.Flip(FlipCmd)
void Flip(
    MsoFlipCmd FlipCmd
)

Parameters

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Excel Namespace