ComponentOne DataGrid for WPF and Silverlight
Remove(DataGridRow) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRangeCollection Class > Remove Method : Remove(DataGridRow) Method
The row.
Removes the specified row from the ranges in the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal row As DataGridRow _
) As System.Boolean
public System.bool Remove( 
   DataGridRow row
)

Parameters

row
The row.
See Also

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members
Overload List