In This Topic
Sets the rotation to the shape, in degrees.
Syntax
'Declaration
Public Sub SetRotation( _
ByVal As Double, _
ByVal As Boolean, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean, _
Optional ByVal 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)
public void SetRotation(
double ,
bool ,
bool ,
bool ,
bool
)
Parameters
- rotation
- The rotation of the shape, in degrees.
- rounding
true
if the value is rounding automatically; otherwise, false
.- applyShowFormulas
- isRightToLeft
- fitBounds
See Also