MindFusion WinForms Programmer's Guide
Run.FontSize Property
See Also
 





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

 Syntax

C#  Copy Code

public Nullable<Double> FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also

Run Members
Run Class
MindFusion.Spreadsheet Namespace