StrikeThroughStyle Enumeration
|
Elements order is very important.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum StrikeThroughStyle
Public Enumeration StrikeThroughStyle
public enum class StrikeThroughStyle
Members
|
|
Member name
|
Value
|
Description
|
|
|
SingleOn
|
0
|
Single is on.
|
|
|
SingleOff
|
1
|
Single is off.
|
|
|
DoubleOn
|
2
|
Double is on.
|
|
|
DoubleOff
|
3
|
Double is off.
|
See Also