'Declaration Public Sub SetDrawingLocation( _
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 locationThe location for drawing object.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation _
)
public void SetDrawingLocation(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation location
)
Parameters
- worksheet
- The worksheet that contains drawing object.
- drawing
- The drawing object that should be changed.
- location
- The location for drawing object.