DefinedNameCollection

DefinedNameCollection

Overview

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

Collection of defined names in the workbook.

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