Strike Property

Office Open XML

If the font is striked out

Namespace:  OfficeOpenXml.Style.XmlAccess
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool Strike { get; set; }
Visual Basic (Declaration)
Public Property Strike As Boolean
Visual C++
public:
property bool Strike {
	bool get ();
	void set (bool value);
}

See Also