'Declaration Public Overloads Function AddImage( _
ByVal imageStreamThe stream that contains image file.As System.IO.Stream, _
ByVal locationA location of image on worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentImage
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentImage AddImage(
System.IO.Stream imageStream,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation location
)
Parameters
- imageStream
- The stream that contains image file.
- location
- A location of image on worksheet.
Return Value
A new instance of OpenXmlDocumentImage.