ComponentOne Xamarin.iOS
Intersects Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellRange Class : Intersects Method
the range to campare against.
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 campare against.
See Also

Reference

GridCellRange Class
GridCellRange Members