Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlRange Class / Intersects(GridControlRange) Method
The range to test whether intersects this range.

In This Topic
    Intersects(GridControlRange) Method
    In This Topic
    Returns true if this range is intersected by the specified range.
    Syntax
    'Declaration
     
    
    Public Function Intersects( _
       ByVal range As GridControlRange _
    ) As Boolean
    public bool Intersects( 
       GridControlRange range
    )

    Parameters

    range
    The range to test whether intersects this range.
    See Also