Style.BasicStyles.StyleEnum Enumeration

PicoXLSX

PicoXLSX

StyleBasicStylesStyleEnum Enumeration

Enum with style selection

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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