Style.Font.DoubleUnderline Property

NanoXLSX

NanoXLSX

StyleFontDoubleUnderline Property

Gets or sets whether the font has a double underline. If true, the font is declared with a double underline

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

Property Value

Type: Boolean
See Also