In This Topic
Removes an
XLNamedRange object with the specified name from the collection.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As String _
)
public void Remove(
string
)
Parameters
- name
- The name of the range to remove from the collection (case-insensitive).
See Also