ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Remove Method

In This Topic
    Remove Method (DataGridSelection)
    In This Topic
    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
    OverloadDescription
    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.  
    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.  
    Removes the specified range of cells considering selection mode.  
    Removes the specified range of cells considering selection mode.  
    See Also