Removes an XLNamedRange object from the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool Remove(
	XLNamedRange nr
)
Visual Basic
Public Function Remove ( _
	nr As XLNamedRange _
) As Boolean

Parameters

nr
Type: C1.Silverlight.Excel..::..XLNamedRange
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