ComponentOne DataGrid for WPF and Silverlight
Remove(DataGridCellsRange) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRangeCollection Class > Remove Method : Remove(DataGridCellsRange) Method
The range.
Removes the specified range from the collection. If the specified range intersects some of the ranges in the collection, the range in the collection will be split.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal range As DataGridCellsRange _
) As System.Boolean
public System.bool Remove( 
   DataGridCellsRange range
)

Parameters

range
The range.
See Also

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members
Overload List