ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRangeCollection Class / Remove Method / Remove(XLNamedRange) Method
The XLNamedRange object to remove from the collection.

In This Topic
    Remove(XLNamedRange) Method
    In This Topic
    Removes an XLNamedRange object from the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal nr As XLNamedRange _
    ) As System.Boolean
    public System.bool Remove( 
       XLNamedRange nr
    )

    Parameters

    nr
    The XLNamedRange object to remove from the collection.

    Return Value

    True if the object was removed, false if it was not a member of the collection.
    See Also