ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Remove Method / Remove(DataGridRow,DataGridRow) Method
From row.
To row.

In This Topic
    Remove(DataGridRow,DataGridRow) Method
    In This Topic
    Removes the specified range of cells considering selection mode.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal fromRow As DataGridRow, _
       ByVal toRow As DataGridRow _
    ) As Boolean

    Parameters

    fromRow
    From row.
    toRow
    To row.
    See Also