FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Intersects Method
CellRange that may intersect with this range.

In This Topic
    Intersects Method (CellRange)
    In This Topic
    Gets a value that indicates whether this range intersects with a given range.
    Syntax
    'Declaration
     
    Public Function Intersects( _
       ByVal rng As CellRange _
    ) As Boolean
    public bool Intersects( 
       CellRange rng
    )

    Parameters

    rng
    CellRange that may intersect with this range.

    Return Value

    True if the range specified by the rng parameter intersects (has cells in common) with this range.
    See Also