Search
Run.FontBold Property
See Also
 






Gets or sets the font weight of the run, or null (Nothing in Visual Basic), if the run should use the default font weight.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Boolean> FontBold { get; set; }

Visual Basic  Copy Code

Public Property FontBold As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also