ComponentOne DataGrid for WPF and Silverlight
Add(DataGridRow,DataGridRow) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Add Method : Add(DataGridRow,DataGridRow) Method
From row.
To row.
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 System.Boolean
public System.bool Add( 
   DataGridRow fromRow,
   DataGridRow toRow
)

Parameters

fromRow
From row.
toRow
To row.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List