DefinedNameCollection

DefinedNameCollection

Overview

DefinedNameCollection is a class in Aspose.Cells FOSS for Python.

Collection of defined names in the workbook.

This class provides 3 methods for working with DefinedNameCollection objects in Python programs. Available methods include: __init__, add, remove. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
__init__()
add(name_or_str, refers_to, local_sheet_id)Adds a defined name to the collection.
remove(name)Removes a defined name by name string.

See Also