 | 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.3+c820fb107cc06ae187946bad43db42d71f6faf1c
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