Style.Font.Strike Property

NanoXLSX

NanoXLSX

StyleFontStrike Property

Gets or sets whether the font is struck through. If true, the font is declared as strike-through

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

Property Value

Type: Boolean
See Also