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

XlFontBase.StrikeThrough Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool StrikeThrough { get; set; }

Property Value

Type Description
Boolean

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

Remarks

To specify all the required font characteristics, use the XlFont object properties such as XlFontBase.Name, XlFontBase.Size, XlFontBase.Script, XlFontBase.Underline, XlFont.Color etc. For an example on how to apply font settings to an individual cell, refer to the How to: Configure Cell Font Settings article.

See Also