Search
CellAnnotation.FontName Property
See Also
 






Gets or sets the name of the font to use in the comment.

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

 Syntax

C#  Copy Code

public string FontName { get; set; }

Visual Basic  Copy Code

Public Property FontName As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 Remarks

If this property is set to null (Nothing in Visual Basic), the font name of the annotation will be set to "Segoe UI".

 See Also