This example removes a named range.
Name name = names.item("FirstNames"); name.remove();
Related information
remove method