GridCellRange Class Methods
In This Topic
For a list of all members of this type, see GridCellRange members.
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 | 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. |
Top
See Also