Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Function Intersects( _
       ByVal range As GridCellRange _
    ) As Boolean
    public bool Intersects( 
       GridCellRange range
    )

    Parameters

    range
    the range to compare against.
    See Also