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.
public void AddImage(
RasterImage image,
LeadRect displayBounds
)
image
A RasterImage object representing the image to be added to the sheet. The image must not be null.
displayBounds
A LeadRect structure specifying the bounds for the image within the sheet.