Skip to main content
A newer version of this page is available. .
Row

SpreadsheetFont.Strikethrough Property

Gets or sets the value indicating whether the cell content is formatted as strikethrough.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool Strikethrough { get; set; }

Property Value

Type Description
Boolean

true, if the strikethrough formatting is applied to the text; otherwise, false.

Remarks

To specify all the required font characteristics, use the SpreadsheetFont object properties such as SpreadsheetFont.Name, SpreadsheetFont.FontStyle, SpreadsheetFont.Color, SpreadsheetFont.Size, etc. Review the How to: Configure Cell Font Settings example.

Access the SpreadsheetFont object via the Formatting.Font property.

For examples on how to specify formatting for an individual cell and cell range or modify a style, refer to the How to: Format a Cell or Range of Cells or How to: Create or Modify a Style documents.

See Also