'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.