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

In This Topic
    Contains(DataGridCellsRange) Method
    In This Topic
    Determines whether this collection contains the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal range As DataGridCellsRange _
    ) As Boolean
    public bool Contains( 
       DataGridCellsRange range
    )

    Parameters

    range
    The range.

    Return Value

    true if this collection contains the specified range; otherwise, false.
    See Also