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
SyntaxC#
Copy Code
|
|---|
Nullable<Boolean> FontStrikeout { get; set; } |
Visual Basic
Copy Code
|
|---|
Property FontStrikeout As Nullable(Of Boolean) |
A nullable boolean value.
See Also