Spread WinForms 15
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
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 _
) 
 
'Usage
 
Dim instance As Shape
Dim rotation As Double
Dim rounding As Boolean
Dim applyShowFormulas As Boolean
Dim isRightToLeft As Boolean
 
instance.SetRotation(rotation, rounding, applyShowFormulas, isRightToLeft)

Parameters

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