[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlRange.Intersection

Intersection Method

Intersection(GridControlRange)

Returns the intersection between this and a specified range.

Declaration
public GridControlRange Intersection(GridControlRange range)
Public Function Intersection(range As GridControlRange) As GridControlRange
Parameters
Type Name Description
GridControlRange range

The range to intersect with this range.

Returns
Type Description
GridControlRange