[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellRange.Intersects

Intersects Method

Intersects(GridCellRange)

Returns true if the ranges intersect.

Declaration
public bool Intersects(GridCellRange range)
Public Function Intersects(range As GridCellRange) As Boolean
Parameters
Type Name Description
GridCellRange range

the range to compare against.

Returns
Type Description
bool