In This Topic
The following tables list the members exposed by IName.
Public Properties
| Name | Description |
| Comment |
Gets or sets the comment associated with the name (read or write).
|
| Name |
Gets or sets the name of the object.
|
| RefersTo |
Gets or 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.
|
| RefersToR1C1 |
Gets or 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.
|
Top
Public Methods
| Name | Description |
| Delete |
Deletes the object.
|
| FromJson |
Generates the defined name from the JSON string.
|
| ToJson |
Generates the JSON string from the defined name.
|
Top
See Also