ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRangeCollection Class / RemoveAt Method
The index of the object to remove from the collection.

In This Topic
    RemoveAt Method (XLNamedRangeCollection)
    In This Topic
    Removes an XLNamedRange object at a specific position from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The index of the object to remove from the collection.
    See Also