Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / Highlight Method
A string indicates the formula text.
Determines whether the "=" character should be detected and skipped.


In This Topic
    Highlight Method
    In This Topic
    Parses the specified formula text to expression.
    Syntax
    'Declaration
     
    
    Public Function Highlight( _
       ByVal formulaText As String, _
       Optional ByVal detectFormulaSymbol As Boolean _
    ) As SyntaxHighlight
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim formulaText As String
    Dim detectFormulaSymbol As Boolean
    Dim value As SyntaxHighlight
     
    value = instance.Highlight(formulaText, detectFormulaSymbol)

    Parameters

    formulaText
    A string indicates the formula text.
    detectFormulaSymbol
    Determines whether the "=" character should be detected and skipped.

    Return Value

    The SyntaxHighlight value represents the highlight data.
    See Also