This example displays the name of the named range.
Name name = names.item("FirstNames"); System.out.println(name.getName());
Related information
Name property