Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / GetFormula Method
The formula engine.


In This Topic
    GetFormula Method (CfValue)
    In This Topic
    Gets the formula text of this CfValue.
    Syntax
    'Declaration
     
    
    Public Function GetFormula( _
       Optional ByVal engine 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 engine
    )

    Parameters

    engine
    The formula engine.

    Return Value

    A System.String value represents the formula text of this CfValue.
    See Also