DataGridSelection Class Members
In This Topic
The following tables list the members exposed by DataGridSelection.
Public Properties
Public Methods
| 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. |
Top
Public Events
See Also