FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / Intersection Method
The range to intersect with this range.

In This Topic
    Intersection Method (GridControlRange)
    In This Topic
    Returns the intersection between this and a specified range.
    Syntax
    'Declaration
     
    Public Function Intersection( _
       ByVal range As GridControlRange _
    ) As GridControlRange
    public GridControlRange Intersection( 
       GridControlRange range
    )

    Parameters

    range
    The range to intersect with this range.
    See Also