Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / Intersects Method
the range to compare against.


In This Topic
    Intersects Method
    In This Topic
    Returns true if the ranges intersect.
    Syntax
    'Declaration
     
    
    Public Function Intersects( _
       ByVal range As GridCellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridCellRange
    Dim range As GridCellRange
    Dim value As Boolean
     
    value = instance.Intersects(range)
    public bool Intersects( 
       GridCellRange range
    )

    Parameters

    range
    the range to compare against.
    See Also