Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

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

Property Value

String

See Also