Gets the font size.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> FontSize { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property FontSize As Nullable(Of Double) |
A nullable double value.
See Also