MAUI | ComponentOne
C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlRange Class / Intersection Method
The range to intersect with this range.
In This Topic
    Intersection Method
    In This Topic
    Returns the intersection between this and a specified range.
    Syntax
    public GridControlRange Intersection( 
       GridControlRange range
    )

    Parameters

    range
    The range to intersect with this range.
    See Also