DefinedName
Overview
DefinedName is a class in Aspose.Cells FOSS for Python.
Represents a defined name in the workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Name of the defined name. |
refers_to | `` | Read | Formula or range that the name refers to. |
local_sheet_id | `` | Read | Sheet index for sheet-local names (None for global names). |
comment | `` | Read | Comment associated with the name. |
description | `` | Read | Description of the name. |
hidden | `` | Read | Whether the name is hidden. |
Methods
| Signature | Description |
|---|---|
__init__(name, refers_to, local_sheet_id) |