[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfValue.GetFormula

GetFormula Method

GetFormula(FormulaEngine)

Gets the formula text of this CfValue.

Declaration
public string GetFormula(FormulaEngine engine = null)
Public Function GetFormula(Optional engine As FormulaEngine = Nothing) As String
Parameters
Type Name Description
FormulaEngine engine

The formula engine.

Returns
Type Description
string

A string value represents the formula text of this CfValue.