Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / CorrectFormulaExpresstion Method
The formula.


In This Topic
    CorrectFormulaExpresstion Method
    In This Topic
    Corrects the formula expression for end parenthesis.
    Syntax
    'Declaration
     
    
    Public Function CorrectFormulaExpresstion( _
       ByVal formula As String _
    ) As String
    'Usage
     
    
    Dim instance As Parser
    Dim formula As String
    Dim value As String
     
    value = instance.CorrectFormulaExpresstion(formula)
    public string CorrectFormulaExpresstion( 
       string formula
    )

    Parameters

    formula
    The formula.
    See Also