DefinedNameModel

DefinedNameModel

Overview

DefinedNameModel is a class in Aspose.Cells FOSS for .NET.

Represents defined name model.

Properties

NameTypeAccessDescription
NamestringRead/WriteThe name identifier of the defined range or formula
FormulastringRead/WriteThe formula or reference that the defined name points to
LocalSheetIndexint?Read/WriteOptional zero‑based index of the worksheet where the name is scoped
HiddenboolRead/WriteIndicates whether the defined name is hidden from the UI
CommentstringRead/WriteOptional comment or description attached to the defined name

See Also