CellRange Structure Members
In This Topic
The following tables list the members exposed by CellRange.
Public Constructors
Public Properties
Public Methods
| | Name | Description |
 | Contains | Overloaded. Gets a value that indicates whether this range contains another range. |
 | ContainsColumn | Gets a value that indicates whether this range contains a given column. |
 | ContainsRow | Gets a value that indicates whether this range contains a given row. |
 | Equals | Indicates whether this instance and a specified object are equal. |
 | GetHashCode | Returns the hash code for this instance. |
 | Intersection | Gets a CellRange that represents the intersection of this range with a given range. |
 | Intersects | Gets a value that indicates whether this range intersects with a given range. |
 | Normalize | Returns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2. |
 | SetRange | Overloaded. Sets the value of the Row, Row2, Column, and Column2 properties. |
 | Union | Gets a CellRange that represents the union of this range with a given range. |
Top
Public Operators
See Also