DefinedName

Overview

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

Represents a defined name in the workbook.

This class provides 1 method for working with DefinedName objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: comment, description, hidden, local_sheet_id, name, refers_to.

Properties

NameTypeAccessDescription
name``Read/WriteName of the defined name.
refers_to``Read/WriteFormula or range that the name refers to.
local_sheet_id``Read/WriteSheet index for sheet-local names (None for global names).
comment``Read/WriteComment associated with the name.
description``Read/WriteDescription of the name.
hidden``Read/WriteWhether the name is hidden.

Methods

SignatureDescription
__init__(name, refers_to, local_sheet_id)

See Also