WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellRange Class / Intersects Method
the range to compare against.
In This Topic
    Intersects Method (GridCellRange)
    In This Topic
    Returns true if the ranges intersect.
    Syntax
    public bool Intersects( 
       GridCellRange range
    )

    Parameters

    range
    the range to compare against.
    See Also