'Declaration Public Sub SetDrawingPicture( _
ByVal worksheetThe worksheet that contains the 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 imageDataThe image data.As Vintasoft.Imaging.ImageData _
)
public void SetDrawingPicture(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing,
Vintasoft.Imaging.ImageData imageData
)
Parameters
- worksheet
- The worksheet that contains the drawing object.
- drawing
- The drawing object that should be changed.
- imageData
- The image data.