←Select platform

CellRange Property

Summary

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.

Syntax

C#
C++/CLI
Python
public CellRange CellRange { get; } 
public:  
   property CellRange^ CellRange 
   { 
      CellRange^ get() 
   } 
CellRange # get  (SheetImage) 

Property Value

A CellRange object representing the start and end cells covered by the image, indicating the image's extent within the sheet.

Remarks

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.

Requirements

Target Platforms

See Also

SheetImage Class

SheetImage Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.