Excel for WPF and Silverlight
Remove(String) Method

C1.WPF.Excel Namespace > XLNamedRangeCollection Class > Remove Method : Remove(String) Method
The name of the range to remove from the collection (case-insensitive).
Removes an XLNamedRange object with the specified name from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As System.String _
) 
public void Remove( 
   System.string name
)

Parameters

name
The name of the range to remove from the collection (case-insensitive).
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List