[]
Removes an XLNamedRange object from the collection.
public bool Remove(XLNamedRange nr)
Type | Name | Description |
---|---|---|
XLNamedRange | nr | The XLNamedRange object to remove from the collection. |
Type | Description |
---|---|
bool | True if the object was removed, false if it was not a member of the collection. |
Removes an XLNamedRange object with the specified name from the collection.
public void Remove(string name)
Type | Name | Description |
---|---|---|
string | name | The name of the range to remove from the collection (case-insensitive). |