Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / Intersects Method

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

    Parameters

    cr
    See Also