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

In This Topic
    Add(DataGridRow,DataGridRow) Method
    In This Topic
    Adds the range between fromRow and toRow to the selection. In case the selection mode didn't accept a range the toRow will be selected.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal fromRow As DataGridRow, _
       ByVal toRow As DataGridRow _
    ) As Boolean

    Parameters

    fromRow
    From row.
    toRow
    To row.
    See Also