ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRangeCollection Class / Remove Method
XLCellRange object to remove from the collection.

In This Topic
    Remove Method (XLCellRangeCollection)
    In This Topic
    Removes an XLCellRange object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal cr As XLCellRange _
    ) 
    public void Remove( 
       XLCellRange cr
    )

    Parameters

    cr
    XLCellRange object to remove from the collection.
    See Also