ShapeTextFont.StrikeType Property
Gets or sets the value indicating that strikethrough formatting is applied to the text.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ShapeTextStrikeType | A ShapeTextStrikeType enumeration value indicating the strikethrough format type. |
Available values:
Name | Description |
---|---|
None | No strike-through. |
Single | Single line strike-through. |
Double | Double line strike-through. |
Remarks
Note
Not all ShapeTextFont properties have effect on the visual appearance of chart elements when a document is loaded in the SpreadsheetControl. However, you can set these properties in code, save the document in a supported format and display it in Microsoft Excel.
See Also