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

Method numberFormatIndex

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

! * Returns the number format identifier. */

Source from the content-addressed store, hash-verified

193 * Returns the number format identifier.
194 */
195int Format::numberFormatIndex() const
196{
197 return intProperty(FormatPrivate::P_NumFmt_Id, 0);
198}
199
200/*!
201 * Set the number format identifier. The \a format

Callers 3

fixNumFmtMethod · 0.80
writeCellXfsMethod · 0.80
writeDxfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected