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 Formula1 { get; set; }
Property Formula1 As String
	Get
	Set
property String^ Formula1 {
	String^ get ();
	void set (String^ value);
}
abstract Formula1 : string with get, set

Property Value

String

See Also