Name | Description | |
---|---|---|
delete | Deletes the object. | |
fromJson | Generates the defined name from the json string. | |
getComment | Gets the comment associated with the name. | |
getName | Gets the name of the object. | |
getRefersTo | Gets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign. | |
getRefersToR1C1 | Gets the formula that the name is defined to refer to, in the language of the macro and in R1C1-style notation, beginning with an equal sign. | |
setComment | Sets the comment associated with the name. | |
setName | Sets the name of the object. | |
setRefersTo | Sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign. | |
setRefersToR1C1 | Sets the formula that the name is defined to refer to, in the language of the macro and in R1C1-style notation, beginning with an equal sign. | |
toJson | Generates the json string from the defined name. |