Class StrikeThroughStyle
Elements order is very important.
Inheritance
System.Object
StrikeThroughStyle
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class StrikeThroughStyle : Enum
Fields
DoubleOff
Double is off.
Declaration
public const StrikeThroughStyle DoubleOff
Field Value
Type |
---|
StrikeThroughStyle |
DoubleOn
Double is on.
Declaration
public const StrikeThroughStyle DoubleOn
Field Value
Type |
---|
StrikeThroughStyle |
SingleOff
Single is off.
Declaration
public const StrikeThroughStyle SingleOff
Field Value
Type |
---|
StrikeThroughStyle |
SingleOn
Single is on.
Declaration
public const StrikeThroughStyle SingleOn
Field Value
Type |
---|
StrikeThroughStyle |