DefinedNameCollection
DefinedNameCollection
Overview
DefinedNameCollection 是Python的Aspose.Cells FOSS中的一个类.
工作簿中定义名称的集合.
这个类提供了在Python程序中使用DefinedNameCollection 对象的3种方法. 有的方法包括: __init__, add, remove. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | |
add(name_or_str, refers_to, local_sheet_id) | 将定义的名称添加到集合中. |
remove(name) | 删除一个按名字符串定义的名称. |