DefinedName
Overview
DefinedName is a class in Aspose.Cells FOSS for Python.
Represents a defined name in the workbook.
This class provides 1 method for working with DefinedName objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: comment, description, hidden, local_sheet_id, name, refers_to.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read/Write | Name of the defined name. |
refers_to | `` | Read/Write | Formula or range that the name refers to. |
local_sheet_id | `` | Read/Write | Sheet index for sheet-local names (None for global names). |
comment | `` | Read/Write | Comment associated with the name. |
description | `` | Read/Write | Description of the name. |
hidden | `` | Read/Write | Whether the name is hidden. |
Methods
| Signature | Description |
|---|---|
__init__(name, refers_to, local_sheet_id) |