C1.Excel Assembly / C1.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 _
) 
 

Parameters

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