deleteRangeName method
Disassociates a name from the referenced range and deletes the name. The range is otherwise unaffected.
Syntax
Range.deleteRangeName(rangeName)
Parameters
- rangeName
- string. The range name to delete.
Return value
none.
Usage
The range itself is not changed in any way. The range content and formatting are unaffected, and any other names associated with the range remain in effect.
See also
createRangeName method