DefinedName
Overview
DefinedName is a class in Aspose.Cells FOSS for C++.
Represents defined name.
Methods
| Signature | Description |
|---|---|
GetName() → std::string | Gets or sets the name. |
SetName(value: std::string) | |
GetFormula() → std::string | Gets 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() → bool | Gets or sets a value indicating whether hidden. |
SetHidden(value: bool) | |
GetComment() → std::string | Gets or sets the comment. |
SetComment(value: std::string) |