GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Flip Method
Specifies whether the shape is to be flipped horizontally or vertically.


In This Topic
Flip Method (IShape)
In This Topic
Flips the specified shape around its horizontal or vertical axis.
Syntax
'Declaration
 
Sub Flip( _
   Optional ByVal horizontal As Boolean _
) 
 
'Usage
 
Dim instance As IShape
Dim horizontal As Boolean
 
instance.Flip(horizontal)

Parameters

horizontal
Specifies whether the shape is to be flipped horizontally or vertically.
See Also