Represents a range of cells within a spreadsheet that encapsulates the coordinates of a rectangular cell range, defined by its first and last rows and columns.
public class CellRange
The CellRange class is essential for defining and working with specific areas of a sheet, particularly when dealing with operations that span multiple cells, such as in formatting a range of cells.