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