[]
        
(Showing Draft Content)

C1.WPF.Excel.XLNamedRangeCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes an XLNamedRange object at a specific position from the collection.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The index of the object to remove from the collection.