Static
$tStatic
emptyStatic
nextReturns the index of the first column in the range.
Returns the index of the first row in the range.
Returns a boolean indicating if the structure represents a valid range.
Returns a boolean indicating if the range represents a single cell.
Returns the index of the last column in the range.
Returns the index of the last row in the range.
Returns a boolean indicating if the specified cell is within the range.
Returns true if the cell is within the range; otherwise false.
The cell to evaluate
Returns a boolean indicating if the specified range is completely within this range.
Returns true if the range is within this range; otherwise false.
The range to evaluate
Returns a boolean indicating if the specified cell is within the range.
Returns true if the cell is within the range; otherwise false.
The row to evaluate
The column to evaluate
Compares the value of this SheetCellRange instance to the specified SpreadsheetCellRange.
True if the specified SheetCellRange has the same firstRow, lastRow, firstColumn and lastColumn; otherwise false.
The instance of the SpreadsheetCellRange to compare
Compares the specified SpreadsheetCellRange to this instance's values.
True if the object is a SheetCellRange with the same firstRow, lastRow, firstColumn and lastColumn.
The object to compare to the current instance
Compares the specified SpreadsheetCellRange to this instance's values.
True if the object is a SheetCellRange with the same firstRow, lastRow, firstColumn and lastColumn.
The object to compare to the current instance
Returns a range that represents the common area within the current and specified range.
A range that represents the common area between the current and specified range or SpreadsheetCellRange.empty if there is no overlap.
The range to intersect with.
Returns a boolean indicating if the current and specified range overlap.
Returns true if the ranges have at least 1 row and column in common; otherwise false.
The range to compare with.
Returns a string representation of the SpreadsheetCellRange
A string representation of the row and column indices.
Returns a string representation of the range using the specified mode.
A string containing the upper left cell if this is a single cell otherwise a string containing the upper left and lower right cells.
An enumeration used to indicate how references are represented
Returns a range that contains the contains the current and specified range.
A range that is large enough to contain the current and specified range.
The range to combine with.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
Represents a range of one or more cells.