DefinedName
Overview
DefinedName is a class in Aspose.Cells for NET.
DefinedName.Name gets or sets the name identifier of the defined name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name identifier of the defined name |
Formula | string | Read/Write | Gets or sets the cell reference or formula the name refers to |
LocalSheetIndex | int? | Read/Write | Gets or sets the zero‑based index of the worksheet the name is scoped to, or null for workbook scope |
Hidden | bool | Read/Write | Gets or sets a flag indicating whether the defined name is hidden from the UI |
Comment | string | Read/Write | Gets or sets an optional descriptive comment for the defined name |