ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRange Class / Intersects Method

In This Topic
    Intersects Method
    In This Topic
    Determines whether the range intersects another range.
    Syntax
    'Declaration
     
    Public Function Intersects( _
       ByVal cr As XLCellRange _
    ) As System.Boolean
    public System.bool Intersects( 
       XLCellRange cr
    )

    Parameters

    cr
    See Also