MCPcopy Create free account
hub / github.com/KDE/labplot / numberFormat

Method numberFormat

src/3rdparty/QXlsx/source/xlsxformat.cpp:216–219  ·  view source on GitHub ↗

! * Returns the number format string. * \note for built-in number formats, this may * return an empty string. */

Source from the content-addressed store, hash-verified

214 * return an empty string.
215 */
216QString Format::numberFormat() const
217{
218 return stringProperty(FormatPrivate::P_NumFmt_FormatCode);
219}
220
221/*!
222 * Set number \a format.

Callers 2

fixNumFmtMethod · 0.45
writeDxfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected