Name | Description | |
---|---|---|
GridCellRange Constructor | Overloaded. |
The following tables list the members exposed by GridCellRange.
Name | Description | |
---|---|---|
GridCellRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
Cells | Gets the cells in this range. | |
Column | Gets or sets the left most column. | |
Column2 | Gets or sets the right most column. | |
IsSingleCell | Gets a value that indicates whether this range contains a single cell. | |
Row | Gets or sets the upper row. | |
Row2 | Gets or sets the bottom row. |
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 | Determines whether the specified System.Object, is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
Intersects | Returns true if the ranges intersect. | |
ToString | Returns a System.String that represents this instance. |
Equality | Equality operator for GridCellRange objects. |
Inequality | Inequality operator for GridCellRange objects. |