RemoveAt Method (XLNamedRangeCollection)
Removes an
XLNamedRange object at a specific position from the collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The index of the object to remove from the collection.