DefinedName
General
DefinedName és una classe en Aspose.Cells per a Python.
Representa un nom definit al llibre de treball.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Holds the name of the defined range or formula |
refers_to | `` | Read | Contains the cell reference or formula the name points to |
local_sheet_id | `` | Read | Indicates the worksheet index the name is scoped to |
comment | `` | Read | Stores an optional comment associated with the defined name |
description | `` | Read | Provides a textual description of the defined name |
hidden | `` | Read | Flags whether the defined name is hidden from the UI |
Mètodes
| Signature | Description |
|---|---|
__init__(name, refers_to, local_sheet_id) |