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

In This Topic
    Intersects(DataGridCellsRange) Method
    In This Topic
    Determines if this range instance intersects the specified range.
    Syntax
    'Declaration
     
    
    Public Function Intersects( _
       ByVal range As DataGridCellsRange _
    ) As Boolean
    public bool Intersects( 
       DataGridCellsRange range
    )

    Parameters

    range
    The range.

    Return Value

    true if this range instance intersects the specified range; otherwise, false.
    See Also