ExcelDrawingCollectionAdd(String, Rectangle) Method |
Adds an image from file path using a specific rectangle.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntaxpublic void Add(
string fileName,
Rectangle rect
)
Public Sub Add (
fileName As String,
rect As Rectangle
)
Parameters
- fileName String
- File path.
- rect Rectangle
- The destination rectangle.
See Also