Gets or sets the font size of the run, or null (Nothing in Visual Basic), if the run should use the default font size.
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.
See Also