[]
Represents a defined name.
public interface IName
Public Interface IName
| Name | Description |
|---|---|
| Comment | Gets or sets the comment associated with this defined name. |
| Name | Gets or sets the name of the defined name. |
| RefersToR1C1 | Gets or sets the formula in R1C1 format which the defined name refers to. |
| ValidWorkbookParameter | Gets a value indicating whether the IName is a valid workbook parameter. |
| Visible | Gets or sets the property which determines whether this defined name is visible to the user. |
| Worksheet | Gets the scope of name as local worksheet. |
| Name | Description |
|---|---|
| Delete() | Deletes the defined name. |
| GetRefersTo(int, int) | Gets the formula in A1 format which the defined name refers to. |
| RefersToRange(int, int) | |
| SetRefersTo(int, int, string) | Sets the formula in A1 format which the defined name refers to. |