| Overload | Description |
|---|---|
| Select(DataGridCell) | Selects the specified cell. |
| Select(DataGridCell,Boolean,Boolean) | Selects the specified cell. |
| Select(DataGridRow) | Selects the specified row. |
| Select(DataGridRow,Boolean,Boolean) | Selects the specified row. |
| Select(DataGridColumn) | Selects the specified column. |
| Select(DataGridColumn,Boolean,Boolean) | Selects the specified column. |
| Select(IEnumerable<DataGridCellsRange>,Boolean,DataGridCell,Object) | Selects the specified cell ranges. |