Style.Font.Underline Property

PicoXLSX

PicoXLSX

StyleFontUnderline Property

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

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

Property Value

Type: Boolean
See Also