[]
Defines a new name. Returns the IName object.
IName Add(string name, string refersTo)
Function Add(name As String, refersTo As String) As IName
Type | Name | Description |
---|---|---|
string | name | The text to use as the name. Names cannot include spaces and cannot look like cell references. |
string | refersTo | Required unless one of the other RefersTo arguments is specified. Describes what the name refers to (using A1-style notation). |