Gets or sets the text of the Comment.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
string PlainText { get; set; }
Property PlainText As String Get Set
property String^ PlainText { String^ get (); void set (String^ value); }
abstract PlainText : string with get, set