A class representing a single defined name in a workbook.
More...
#include <XLWorkbook.hpp>
A class representing a single defined name in a workbook.
◆ XLDefinedName() [1/2]
| OpenXLSX::XLDefinedName::XLDefinedName |
( |
| ) |
|
|
default |
◆ XLDefinedName() [2/2]
| XLDefinedName::XLDefinedName |
( |
const XMLNode & |
node | ) |
|
|
explicit |
◆ comment()
| std::string XLDefinedName::comment |
( |
| ) |
const |
◆ hidden()
| bool XLDefinedName::hidden |
( |
| ) |
const |
◆ localSheetId()
| std::optional< uint32_t > XLDefinedName::localSheetId |
( |
| ) |
const |
◆ name()
| std::string XLDefinedName::name |
( |
| ) |
const |
◆ refersTo()
| std::string XLDefinedName::refersTo |
( |
| ) |
const |
◆ setComment()
| void XLDefinedName::setComment |
( |
std::string_view |
comment | ) |
|
◆ setHidden()
| void XLDefinedName::setHidden |
( |
bool |
hidden | ) |
|
◆ setLocalSheetId()
| void XLDefinedName::setLocalSheetId |
( |
uint32_t |
id | ) |
|
◆ setName()
| void XLDefinedName::setName |
( |
std::string_view |
name | ) |
|
◆ setRefersTo()
| void XLDefinedName::setRefersTo |
( |
std::string_view |
formula | ) |
|
◆ valid()
| bool OpenXLSX::XLDefinedName::valid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/headers/XLWorkbook.hpp
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/sources/XLWorkbook.cpp