Style.Font.Strike Property

PicoXLSX

PicoXLSX

StyleFontStrike Property

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

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

Property Value

Type: Boolean
See Also