ComponentOne FlexGrid for WPF and Silverlight
Intersects Method (CellRange)

C1.Silverlight.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