Excel for WPF and Silverlight
Remove(XLNamedRange) Method

C1.WPF.Excel Namespace > XLNamedRangeCollection Class > Remove Method : Remove(XLNamedRange) Method
The XLNamedRange object to remove from the collection.
Removes an XLNamedRange object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal nr As XLNamedRange _
) As System.Boolean
public System.bool Remove( 
   XLNamedRange nr
)

Parameters

nr
The XLNamedRange object to remove from the collection.

Return Value

True if the object was removed, false if it was not a member of the collection.
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List