Search
IStyle.FontStrikeout Property
See Also
 






Gets or sets a value indicating whether the element's text is with a line through the middle.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Nullable<Boolean> FontStrikeout { get; set; }

Visual Basic  Copy Code

Property FontStrikeout As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also