ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Boolean
    public System.bool Contains( 
       XLCellRange cr
    )

    Parameters

    cr
    See Also