Excel |
| Name | Description | |
|---|---|---|
| Add(ExcelDrawing) | Adds an drawing. | |
| Add(String, Rectangle) | Adds an image from file path using a specific rectangle. | |
| Add(MemoryStream, Rectangle, ExcelPictureFormat) | Adds an image from the image stream using a specific rectangle. | |
| Add(String, PositionOption, AnchorCell, AnchorCell) | Adds the image from file path with defined anchor properties. | |
| Add(MemoryStream, PositionOption, AnchorCell, AnchorCell, ExcelPictureFormat) | Adds the image from image stream with defined anchor properties. |