This method adds a named range.
Defined in
Syntax
public Name add( String name, String refersTo, boolean visible )
Parameters
String name
Specifies the name of the range.
String refersTo
Specifies the range that the named range refers to. For example, the format "$A.$A$1:$E$11" specifies the range(A1:E11) on sheet A.
boolean visible
Specifies whether the named range is visible. A value of true means that the range is visible. A value of false means that the range is not visible.
See examples