[]
Represents a defined name for a range of cells.
public interface IName
Public Interface IName
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. |
Name | Description |
---|---|
Delete() | Deletes the object. |
FromJson(string) | Generates the defined name from the JSON string. |
ToJson() | Generates the JSON string from the defined name. |