The following tables list the members exposed by SpreadsheetCellRange.
Name | Description | |
---|---|---|
![]() | SpreadsheetCellRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | Returns a SheetCellRange instance that represents a null or unspecified/empty range. |
![]() | FirstColumn | Returns the index of the first column in the range. |
![]() | FirstRow | Returns the index of the first row in the range. |
![]() | IsEmpty | Returns a boolean indicating if the structure represents a valid range. |
![]() | IsSingleCell | Returns a boolean indicating if the range represents a single cell. |
![]() | LastColumn | Returns the index of the last column in the range. |
![]() | LastRow | Returns the index of the last row in the range. |
Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Returns a boolean indicating if the specified cell is within the range. |
![]() | Equals | Overloaded. Compares the value of this SheetCellRange instance to the specified SpreadsheetCellRange. |
![]() | GetHashCode | Returns the hash code of the object. |
![]() | Intersect | Returns a range that represents the common area within the current and specified range. |
![]() | IntersectsWith | Returns a boolean indicating if the current and specified range overlap. |
![]() | ToString | Overloaded. Returns a string representation of the SpreadsheetCellRange |
![]() | Union | Returns a range that contains the contains the current and specified range. |
![]() | Compares two SpreadsheetCellRange instances to determine if they are equal |
![]() | Compares two SpreadsheetCellRange instances to determine if they are not equal |