Gets or sets a value indicating whether the comment text is italic.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> FontItalic { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontItalic 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