Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / GetFormula Method


In This Topic
    GetFormula Method (FormulaEditorUI)
    In This Topic
    Gets the formula from the text box of the Formula Editor.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFormula() As String
    'Usage
     
    
    Dim instance As FormulaEditorUI
    Dim value As String
     
    value = instance.GetFormula()
    public virtual string GetFormula()

    Return Value

    String that contains the formula
    See Also