public Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing AddPicture(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation location,
Vintasoft.Imaging.ImageData imageData
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing* AddPicture(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation* location,
Vintasoft.Imaging.ImageData* imageData
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ AddPicture(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation^ location,
Vintasoft.Imaging.ImageData^ imageData
)
'Declaration Public Function AddPicture( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal locationThe location on worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation, _
ByVal imageDataThe image data.As Vintasoft.Imaging.ImageData _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing
Parameters
- worksheet
- The worksheet.
- location
- The location on worksheet.
- imageData
- The image data.
Return Value
A new instance of SheetDrawing class.