Gets a value that indicates whether this range intersects with a given range.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool Intersects(
	CellRange rng
)
Visual Basic
Public Function Intersects ( _
	rng As CellRange _
) As Boolean

Parameters

rng
Type: C1.Silverlight.FlexGrid..::..CellRange
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