Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / SetRotation Method
The rotation of the shape, in degrees.
true if the value is rounding automatically; otherwise, false.


In This Topic
    SetRotation Method (Shape)
    In This Topic
    Sets the rotation to the shape, in degrees.
    Syntax
    'Declaration
     
    
    Public Sub SetRotation( _
       ByVal rotation As Double, _
       ByVal rounding As Boolean, _
       Optional ByVal applyShowFormulas As Boolean, _
       Optional ByVal isRightToLeft As Boolean, _
       Optional ByVal fitBounds As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Shape
    Dim rotation As Double
    Dim rounding As Boolean
    Dim applyShowFormulas As Boolean
    Dim isRightToLeft As Boolean
    Dim fitBounds As Boolean
     
    instance.SetRotation(rotation, rounding, applyShowFormulas, isRightToLeft, fitBounds)

    Parameters

    rotation
    The rotation of the shape, in degrees.
    rounding
    true if the value is rounding automatically; otherwise, false.
    applyShowFormulas
    isRightToLeft
    fitBounds
    See Also