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

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Remove Method : Remove(DataGridRow,DataGridRow) Method
From row.
To row.
Removes the specified range of cells considering selection mode.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal fromRow As DataGridRow, _
   ByVal toRow As DataGridRow _
) As System.Boolean
public System.bool Remove( 
   DataGridRow fromRow,
   DataGridRow toRow
)

Parameters

fromRow
From row.
toRow
To row.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List