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.
Overload List
Overload | Description |
Remove(DataGridCell) | 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. |
Remove(DataGridCell,DataGridCell) | Removes the specified range of cells considering selection mode. i.e. if selection mode is multi row, column information of the specified cells will be ignored, and viceversa. |
Remove(DataGridRow,DataGridRow) | Removes the specified range of cells considering selection mode. |
Remove(DataGridColumn,DataGridColumn) | Removes the specified range of cells considering selection mode. |
See Also