MindFusion.Wpf Pack Programmer's Guide
CellAnnotation.FontStrikeout Property
See Also
 





Gets or sets a value indicating whether the comment text is with a line through the middle.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<Boolean> FontStrikeout { get; set; }

Visual Basic  Copy Code

Public Property FontStrikeout As Nullable(Of Boolean)

 Property Value

An boolean value or null (Nothing in Visual Basic). The default is null.

 Remarks

If this property is set to null (Nothing in Visual Basic), the font style of the annotation will be set to Regular.

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace