Click or drag to resize

ExcelDrawingCollectionAdd(String, Rectangle) Method

Adds an image from file path using a specific rectangle.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntax
public void Add(
	string fileName,
	Rectangle rect
)

Parameters

fileName  String
File path.
rect  Rectangle
The destination rectangle.
See Also