Initializes a new instance of the CellRange class.
The index of the first row in the range (defaults to -1).
The index of the first column in the range (defaults to -1).
The index of the last row in the range (defaults to r).
The index of the last column in the range (defaults to c).
Gets the index of the bottom row in this range.
Gets or sets the index of the first column in this range.
Gets or sets the index of the second column in this range.
Gets the number of columns in this range.
Checks whether this range corresponds to a single cell.
Checks whether this range contains valid row and column indices (row and column values are zero or greater).
Gets the index of the leftmost column in this range.
Gets the index of the rightmost column in this range.
Gets or sets the index of the first row in this range.
Gets or sets the index of the second row in this range.
Gets the number of rows in this range.
Gets the index of the top row in this range.
Creates a copy of this range.
Checks whether this range contains a given column.
The index of the column to find.
Checks whether this range contains a given row.
The index of the row to find.
Initializes an existing CellRange.
The index of the first row in the range (defaults to -1).
The index of the first column in the range (defaults to -1).
The index of the last row in the range (defaults to r).
The index of the last column in the range (defaults to c).
Returns a string representing this CellRange.
Represents a rectangular group of cells defined by two row indices and two column indices.