ExcelDrawingCollectionAdd(MemoryStream, Rectangle, ExcelPictureFormat) Method |
Adds an image from the image stream using a specific rectangle.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntaxpublic void Add(
MemoryStream imageStream,
Rectangle rect,
ExcelPictureFormat format
)
Public Sub Add (
imageStream As MemoryStream,
rect As Rectangle,
format As ExcelPictureFormat
)
Parameters
- imageStream MemoryStream
- Image stream.
- rect Rectangle
- Destination rectangle.
- format ExcelPictureFormat
- Picture format.
See Also