DefinedName Members
A defined name that refers to a cell, range of cells, formula or constant value.Properties
| Name | Description |
|---|---|
| Comment | Gets or sets a string that provides additional information about the current defined name. |
| Hidden | Gets or sets a value indicating whether the defined name should be hidden in the user interface. |
| IsGlobal | Gets a value indicating whether the defined name has a workbook scope. |
| Name | Gets or sets the name of a cell, cell range, formula or constant. |
| ParsedExpression | Gets or sets the expression tree created from the formula to which the defined name refers. |
| Range | Gets or sets a cell range to which the defined name refers. |
| RefersTo | Gets or sets a string that specifies a cell, cell range, formula or constant to which the defined name refers. |
| Scope | Gets a worksheet to which the defined name is scoped. |
See Also