DefinedName

Overview

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

Represents a defined name in the workbook.

Properties

NameTypeAccessDescription
name``ReadName of the defined name.
refers_to``ReadFormula or range that the name refers to.
local_sheet_id``ReadSheet index for sheet-local names (None for global names).
comment``ReadComment associated with the name.
description``ReadDescription of the name.
hidden``ReadWhether the name is hidden.

Methods

SignatureDescription
__init__(name, refers_to, local_sheet_id)

See Also