| C1.WPF.DataGrid Namespace : DataGridCellsRange Class | 
The following tables list the members exposed by DataGridCellsRange.
| Name | Description | |
|---|---|---|
![]()  | DataGridCellsRange Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | BottomRightCell | Gets the bottom right cell. | 
![]()  | Columns | Gets the columns that have some cell belonging to this range. | 
![]()  | IsValid | Gets a value indicating whether this range is valid. The range will be invalid if any of its cells don't belong to the owner data grid. | 
![]()  | Rows | Gets the rows that have some cell belonging to this range. | 
![]()  | TopLeftCell | Gets the top left cell. | 
| Name | Description | |
|---|---|---|
![]()  | Contains | Overloaded. Determines whether this range instance contains the specified range. | 
![]()  | Equals | Determines whether the specified System.Object is equal to the current System.Object. | 
![]()  | GetHashCode | Serves as a hash function for a particular type. | 
![]()  | Intersects | Determines if this range instance intersects the specified range. | 
![]()  | IsSingleCell | Determines whether this range is a single cell. | 
![]()  | IsSingleColumn | Determines whether this range is single column. | 
![]()  | IsSingleRow | Determines whether this range is single row. | 
![]()  | Subtract | Returns an array of ranges which is the result of subtract the specified range to this range instance. | 
![]()  | ToString | Returns a System.String that represents this instance. | 
  Equality  | Implements the operator ==. | 
  Inequality  | Implements the operator !=. |