Style.Font.DoubleUnderline Property

PicoXLSX

PicoXLSX

StyleFontDoubleUnderline Property

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

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

Property Value

Type: Boolean
See Also