| C1.Silverlight.DataGrid Namespace : DataGridSelection Class | 
For a list of all members of this type, see DataGridSelection members.
| Name | Description | |
|---|---|---|
![]()  | Add | Overloaded. Adds the range between fromCell and toCell to the selection. In case the selection mode didn't accept a range the toCell will be selected. | 
![]()  | BeginUpdate | Begins the update. The changes won't have effect until the EndUpdate method is called. | 
![]()  | Clear | Clears the selection. | 
![]()  | EndUpdate | Overloaded. Ends the update. The pending changes are executed and the corresponding events are raised. | 
![]()  | Remove | Overloaded. Removes the specified cell considering selection mode. i.e. if selection mode is single or multi row the whole row containing the specified cell will be removed. | 
![]()  | SelectAll | Selects all the visible cells. |