'Declaration Public Sub SetDrawingRotation( _
ByVal worksheetThe worksheet that contains drawing object.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal drawingThe drawing object that should be changed.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing, _
ByVal rotationAngleThe rotation angle for drawing object.As Double _
)
public void SetDrawingRotation(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing,
double rotationAngle
)
Parameters
- worksheet
- The worksheet that contains drawing object.
- drawing
- The drawing object that should be changed.
- rotationAngle
- The rotation angle for drawing object.