DefinedNameModel
Overview
DefinedNameModel is a class in Aspose.Cells for NET.
DefinedNameModel.Name specifies the identifier of the defined name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Is the identifier of the defined name within the workbook |
Formula | string | Read/Write | Contains the formula or reference that the defined name evaluates to |
LocalSheetIndex | int? | Read/Write | Indicates the zero‑based sheet index where the name is scoped, or null for workbook scope |
Hidden | bool | Read/Write | Flags whether the defined name is hidden from the user interface |
Comment | string | Read/Write | Stores an optional descriptive comment for the defined name |