ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRangeCollection Class / Remove Method / Remove(String) Method
The name of the range to remove from the collection (case-insensitive).

In This Topic
    Remove(String) Method
    In This Topic
    Removes an XLNamedRange object with the specified name from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal name As System.String _
    ) 
    public void Remove( 
       System.string name
    )

    Parameters

    name
    The name of the range to remove from the collection (case-insensitive).
    See Also