Style.Font.Bold Property

PicoXLSX

PicoXLSX

StyleFontBold Property

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool Bold { get; set; }

Property Value

Type: Boolean
See Also