DefinedName
DefinedName
Overview
DefinedName 是Python的Aspose.Cells FOSS中的一个类.
表示工作簿中定义的名称.
这个类提供了一个方法,用于在Python程序中使用DefinedName 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: comment, description, hidden, local_sheet_id, name, refers_to.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | 阅读/写作 | 定义名称的名称. |
refers_to | `` | 阅读/写作 | 名称指的公式或范围. |
local_sheet_id | `` | 阅读/写作 | 张表本地名称的索引 (全球名字没有). |
comment | `` | 阅读/写作 | 相关名称的评论. |
description | `` | 阅读/写作 | 名称的描述. |
hidden | `` | 阅读/写作 | 他们的名字是否隐藏. |
Methods
| Signature | Description |
|---|---|
__init__(name, refers_to, local_sheet_id) |