Adds an image to the sheet, spanning a specified range of cells. Allows for embedding images directly into an Excel sheet.
public void AddImage(
RasterImage image,
CellRange range
)
image
A RasterImage object representing the image to be added to the sheet. The image must not be null.
range
A CellRange object specifying the range of cells over which the image will be placed. The range defines the top-left and bottom-right boundaries for the image.