! * 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. */
| 203 | * or the identifier of a custom number format. |
| 204 | */ |
| 205 | void 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. |