Retrieves the range of cells that the embedded image spans within an Excel sheet. Provides critical information on how the image is positioned in relation to the sheet's grid, identifying the specific cells over which the image is placed.
public CellRange CellRange { get; }
A CellRange object representing the start and end cells covered by the image, indicating the image's extent within the sheet.
Understanding the cell range covered by an image is essential for managing sheet layouts, especially when working with documents that integrate visual elements alongside data. The CellRange property enables precise identification of these areas, facilitating various operations such as image manipulation, sheet formatting, and data analysis.