In This Topic
The following tables list the members exposed by CellRange.
Public Constructors
Public Properties
| Name | Description |
| Col | Gets or sets the index of the first column in this range. |
| Col2 | Gets or sets the index of the second column in this range. |
| Row | Gets or sets the index of the first row in this range. |
| Row2 | Gets or sets the index of the second row in this range. |
Top
Public Methods
| Name | Description |
| Clone | Clones a copy of current CellRange. |
| Equals | Determines whether the specified object is equal to the current CellRange. |
| GetHashCode | Serves as the default hash function. |
| IsValid | Checks whether this range contains valid row and column indices (> -1). |
Top
See Also