Gets or sets the size of the font to use in the comment.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontSize As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
RemarksIf this property is set to null (Nothing in Visual Basic), the font size of the annotation will be set to 9.
See Also