Aspose::Cells::TextStrikeType enum

TextStrikeType enum

This type specifies the strike type.

enum class TextStrikeType

Values

NameValueDescription
Single0
A single strikethrough applied on the text.
Double1
A double strikethrough applied on the text.
None2
No strike is applied to the text.

See Also