 | StyleNumberFormatCustomFormatCode Property |
Gets or sets the raw custom format code in the notation of Excel. The code is not escaped automatically
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+979f63df73597c59a561adf6eaf77d31604cfe2e
Syntaxpublic string CustomFormatCode { get; set; }Property Value
String
RemarksCurrently, there is no auto-escaping applied to custom format strings. For instance, to add a white space, internally it is escaped by a backspace (\ ).
To get a valid custom format code, this escaping must be applied manually, according to OOXML specs: Part 1 - Fundamentals And Markup Language Reference, Chapter 18.8.31
See Also