C1.WPF.DataGrid Namespace > DataGridSelection Class : Remove Method |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2