[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRange.Intersection

Intersection Method

Intersection(CellRange)

Gets a CellRange that represents the intersection of this range with a given range.

Declaration
public CellRange Intersection(CellRange rng)
Parameters
Type Name Description
CellRange rng

CellRange to intersect with this range.

Returns
Type Description
CellRange

A CellRange that represents the intersection (common cells) between this range and the range specified by the rng parameter.

Remarks

If this range does not intersect the range specified by the rng parameter, this method returns an invalid CellRange object.