ExcelFontIsStrikethrough Property
Gets or sets a value to indicate if the font is struck through horizontally. Default value is false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool IsStrikethrough { get; set; }
Public Property IsStrikethrough As Boolean
Get
Set
public:
property bool IsStrikethrough {
bool get ();
void set (bool value);
}
member IsStrikethrough : bool with get, set
Property Value
Boolean