 | 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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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