Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / FlipShape Method


In This Topic
FlipShape Method (WorksheetDrawing)
In This Topic
Change flip property only.
Syntax
'Declaration
 
Public Sub FlipShape( _
   ByVal shape As Shape, _
   ByVal horizontal As Boolean _
) 
 
'Usage
 
Dim instance As WorksheetDrawing
Dim shape As Shape
Dim horizontal As Boolean
 
instance.FlipShape(shape, horizontal)

Parameters

shape
horizontal
See Also