Gets or sets the comment text of the annotation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Text { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Text As String |
A string value. The default is an empty string.
See Also