Strike Property

Office Open XML

[Missing <summary> documentation for "P:OfficeOpenXml.Style.ExcelTextFont.Strike"]

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

Syntax

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

See Also