Rotate the shape to an angle without notifyUI.
'Declaration
Public Sub RotateShape( _
ByVal As Shape, _
ByVal As Double _
)
'Usage
Dim instance As WorksheetDrawing
Dim shape As Shape
Dim angle As Double
instance.RotateShape(shape, angle)
Parameters
- shape
- The Shape that will be effected.
- angle
- The angle in degree.