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