Gets formula value of the cell.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string FormulaValue { get; }
ReadOnly Property FormulaValue As String
	Get
property String^ FormulaValue {
	String^ get ();
}
abstract FormulaValue : string with get

Property Value

String

See Also