Style.Font.Bold Property

NanoXLSX

NanoXLSX

StyleFontBold Property

Gets or sets whether the font is bold. If true, the font is declared as bold

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool Bold { get; set; }

Property Value

Type: Boolean
See Also