DefinedNameModel
Overview
DefinedNameModel is a class in Aspose.Cells FOSS for .NET.
Represents defined name model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | The name identifier of the defined range or formula |
Formula | string | Read/Write | The formula or reference that the defined name points to |
LocalSheetIndex | int? | Read/Write | Optional zero‑based index of the worksheet where the name is scoped |
Hidden | bool | Read/Write | Indicates whether the defined name is hidden from the UI |
Comment | string | Read/Write | Optional comment or description attached to the defined name |