NanoXLSX Library Documentation
![]() | StyleBasicStylesStyleEnum Enumeration |
Enum with style selection
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
private enum StyleEnum
Members| Member name | Value | Description | |
|---|---|---|---|
| bold | 0 | Format text bold | |
| italic | 1 | Format text italic | |
| boldItalic | 2 | Format text bold and italic | |
| underline | 3 | Format text with an underline | |
| doubleUnderline | 4 | Format text with a double underline | |
| strike | 5 | Format text with a strike-through | |
| dateFormat | 6 | Format number as date | |
| roundFormat | 7 | Rounds number as an integer | |
| borderFrame | 8 | Format cell with a thin border | |
| borderFrameHeader | 9 | Format cell with a thin border and a thick bottom line as header cell | |
| dottedFill_0_125 | 10 | Special pattern fill style for compatibility purpose | |
| mergeCellStyle | 11 | Style to apply on merged cells |
See Also