DefinedName

Overview

DefinedName is a class in Aspose.Cells FOSS for C++.

Represents defined name.

Methods

SignatureDescription
GetName()std::stringGets or sets the name.
SetName(value: std::string)
GetFormula()std::stringGets or sets the formula.
SetFormula(value: std::string)
GetLocalSheetIndex()std::optional<int>Gets or sets the local sheet index.
SetLocalSheetIndex(value: std::optional<int>)
GetHidden()boolGets or sets a value indicating whether hidden.
SetHidden(value: bool)
GetComment()std::stringGets or sets the comment.
SetComment(value: std::string)

See Also