Style.BasicStyles.StyleEnum Enumeration

NanoXLSX

NanoXLSX

StyleBasicStylesStyleEnum Enumeration

Enum with style selection

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private enum StyleEnum
Members
  Member nameValueDescription
bold0Format text bold
italic1Format text italic
boldItalic2Format text bold and italic
underline3Format text with an underline
doubleUnderline4Format text with a double underline
strike5Format text with a strike-through
dateFormat6Format number as date
roundFormat7Rounds number as an integer
borderFrame8Format cell with a thin border
borderFrameHeader9Format cell with a thin border and a thick bottom line as header cell
dottedFill_0_12510Special pattern fill style for compatibility purpose
mergeCellStyle11Style to apply on merged cells
See Also