item method

This method returns a named range by its name.

Defined in

Names

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.

Return Value

symphonyName

A Name object that represents a named range.

See examples

Example: item method