Excel for WPF and Silverlight
RemoveAt Method (XLNamedRangeCollection)

C1.WPF.Excel Namespace > XLNamedRangeCollection Class : RemoveAt Method
The index of the object to remove from the collection.
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

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members