Example: RefersTo property

This example displays the refers to range name of the named range.

  Name name = names.item("FirstNames");
  System.out.println(name.getRefersTo());

Related information

RefersTo property