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

Method setNumberFormatIndex

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

! * Set the number format identifier. The \a format * must be a valid built-in number format identifier * or the identifier of a custom number format. */

Source from the content-addressed store, hash-verified

203 * or the identifier of a custom number format.
204 */
205void Format::setNumberFormatIndex(int format)
206{
207 setProperty(FormatPrivate::P_NumFmt_Id, format);
208 clearProperty(FormatPrivate::P_NumFmt_FormatCode);
209}
210
211/*!
212 * Returns the number format string.

Callers 1

readCellXfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected