XlsFont
StrikethroughType Property
|
Gets or sets the type of strikethrough applied to the text.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string StrikethroughType { get; set; }
Public Property StrikethroughType As String
Get
Set
public:
virtual property String^ StrikethroughType {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StrikethroughType : string with get, set
override StrikethroughType : string with get, set
Property Value
Type:
String
A string representing the strikethrough type. Possible values are "None", "Single", and "Double".
Return Value
Type:
String
The current strikethrough type as a string.
Implements
IFont
StrikethroughType
Exceptions
Exception
|
Condition
|
ArgumentOutOfRangeException
|
Thrown when the value set is not one of the expected values ("None", "Single", "Double").
|
See Also