This method returns a named range by its name.
Defined in
Syntax
public Name item( String name )
Parameters
String name
Specifies the name of the range. If the range with the specified name does not exist, this method throws an exception.
See examples