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 _
)
'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)
public void SetRotation(
double ,
bool ,
bool ,
bool
)
Parameters
- rotation
- The rotation of the shape, in degrees.
- rounding
true
if the value is rounding automatically; otherwise, false
.- applyShowFormulas
- isRightToLeft
See Also