Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / SetFormula Method
String that contains the formula


In This Topic
    SetFormula Method (FormulaEditorUI)
    In This Topic
    Sets the formula into the text box of the Formula Editor.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetFormula( _
       ByVal formula As String _
    ) 
    'Usage
     
    
    Dim instance As FormulaEditorUI
    Dim formula As String
     
    instance.SetFormula(formula)
    public virtual void SetFormula( 
       string formula
    )

    Parameters

    formula
    String that contains the formula
    See Also