'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)
public SyntaxHighlight Highlight( string formulaText, bool 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.