Click or drag to resize

ExcelDrawingCollectionAdd(MemoryStream, Rectangle, ExcelPictureFormat) Method

Adds an image from the image stream using a specific rectangle.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntax
public void Add(
	MemoryStream imageStream,
	Rectangle rect,
	ExcelPictureFormat format
)

Parameters

imageStream  MemoryStream
Image stream.
rect  Rectangle
Destination rectangle.
format  ExcelPictureFormat
Picture format.
See Also