| C1.WPF.DataGrid Namespace : DataGridCellsRangeCollection Class | 
The following tables list the members exposed by DataGridCellsRangeCollection.
| Name | Description | |
|---|---|---|
![]()  | Columns | Collection of columns that have some cell belonging to some of the contained ranges. | 
![]()  | Count | Gets the number of elements contained in the System.Collections.Generic.ICollection`1. | 
![]()  | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. | 
![]()  | Rows | Collection of rows that have some cell belonging to some of the contained ranges. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Adds the specified range. | 
![]()  | Clean | Removes all the invalid ranges. | 
![]()  | Clear | Removes all ranges from the System.Collections.Generic.ICollection`1. | 
![]()  | Contains | Overloaded. Determines whether this collection contains the specified range. | 
![]()  | CopyTo | Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. | 
![]()  | GetEnumerator | Returns an enumerator that iterates through the collection. | 
![]()  | Remove | Overloaded. Removes the specified range from the collection. If the specified range intersects some of the ranges in the collection, the range in the collection will be split. | 
![]()  | ToString | Returns a System.String that represents a set of cell ranges. |