Gets whether the font style uses bold.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> Bold { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bold As Nullable(Of Boolean) |
A nullable boolean value.
See Also