Gets or sets a value indicating whether the comment text is bold.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> FontBold { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontBold As Nullable(Of Boolean) |
An boolean value or null (Nothing in Visual Basic). The default is null.
RemarksIf this property is set to null (Nothing in Visual Basic), the font style of the annotation will be set to Regular.
See Also