'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.