ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / Remove Method / Remove(DataGridRow) Method
The row.

In This Topic
    Remove(DataGridRow) Method
    In This Topic
    Removes the specified row from the ranges in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal row As DataGridRow _
    ) As Boolean
    public bool Remove( 
       DataGridRow row
    )

    Parameters

    row
    The row.
    See Also