Adds an image to the sheet from a specified source, positioning it within the given display bounds.
Overload | Description |
---|---|
AddImage(RasterImage,CellRange) | Adds an image to the sheet, spanning a specified range of cells. Allows for embedding images directly into an Excel sheet. |
AddImage(RasterImage,LeadRect) | Adds an image to the sheet, positioning it within specified display bounds. This method allows for embedding images directly into an Excel sheet, with the image's location and size determined by the LeadRect parameter. |
AddImage(string,LeadRect) | Adds an image to the sheet from a specified source, positioning it within the given display bounds. |