Style.Font.Underline Property

NanoXLSX

NanoXLSX

StyleFontUnderline Property

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

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

Property Value

Type: Boolean
See Also