GetFormula Method (CfValue)
Gets the formula text of this
CfValue.
'Declaration
Public Function GetFormula( _
Optional ByVal As FormulaEngine _
) As String
'Usage
Dim instance As CfValue
Dim engine As FormulaEngine
Dim value As String
value = instance.GetFormula(engine)
public string GetFormula(
FormulaEngine
)
Parameters
- engine
- The formula engine.
Return Value
A
System.String value represents the formula text of this
CfValue.