Spread Windows Forms 17
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)
    public void FlipShape( 
       Shape shape,
       bool horizontal
    )

    Parameters

    shape
    horizontal
    See Also