Click or drag to resize
PicoXLSX

NumberFormat Properties

The StyleNumberFormat type exposes the following members.

Properties
 NameDescription
Public propertyCustomFormatCode Gets or sets the raw custom format code in the notation of Excel. The code is not escaped automatically
Public propertyCustomFormatID Gets or sets the format number of the custom format. Must be higher or equal then predefined custom number (164)
Public propertyInternalID Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle)
Public propertyIsCustomFormat Gets a value indicating whether IsCustomFormat Gets whether the number format is a custom format (higher or equals 164). If true, the format is custom
Public propertyNumber Gets or sets the format number. Set this to custom (164) in case of custom number formats
Top
See Also