IFont
IsStrikethrough Property
|
True if the font is struck through with a horizontal line.
Read / write Boolean
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsStrikethrough { get; set; }
Property IsStrikethrough As Boolean
Get
Set
property bool IsStrikethrough {
bool get ();
void set (bool value);
}
abstract IsStrikethrough : bool with get, set
Property Value
Type:
Boolean
See Also