Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / Contains Method / Contains(XLCellRange) Method

In This Topic
    Contains(XLCellRange) Method
    In This Topic
    Determines whether the range contains a specific range.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal cr As XLCellRange _
    ) As Boolean
    public bool Contains( 
       XLCellRange cr
    )

    Parameters

    cr
    See Also