ComponentOne FlexGrid for UWP
Intersects Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure : Intersects Method
CellRange that may intersect with this range.
Gets a value that indicates whether this range intersects with a given range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal rng As CellRange _
) As System.Boolean
public System.bool Intersects( 
   CellRange rng
)

Parameters

rng
CellRange that may intersect with this range.

Return Value

True if the range specified by the rng parameter intersects (has cells in common) with this range.
See Also

Reference

CellRange Structure
CellRange Members