[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRange.Intersects

Intersects Method

Intersects(CellRange)

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

Declaration
public bool Intersects(CellRange rng)
Parameters
Type Name Description
CellRange rng

CellRange that may intersect with this range.

Returns
Type Description
bool

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