ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Remove Method / Remove(DataGridCell) Method
The cell to remove.

In This Topic
    Remove(DataGridCell) Method
    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.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal cell As DataGridCell _
    ) As Boolean
    public bool Remove( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell to remove.
    See Also