ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / Remove Method / Remove(DataGridCellsRange) Method
The range.

In This Topic
    Remove(DataGridCellsRange) Method
    In This Topic
    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 Boolean
    public bool Remove( 
       DataGridCellsRange range
    )

    Parameters

    range
    The range.
    See Also