XlsChartDataTable
StrikethroughType Property
 | 
Represents the TextArea StrikethroughType
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
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
Implements
IFont
StrikethroughType
 
See Also