 | 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+6ab75fa9edd66571b0de8e574b48108101297ca1
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