Spread Windows Forms 12.0 Product Documentation
Highlight Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class : Highlight Method
A string indicates the formula text.
Parses the specified formula text to expression.
Syntax
'Declaration
 
Public Function Highlight( _
   ByVal formulaText As String _
) As SyntaxHighlight
'Usage
 
Dim instance As FormulaEngine
Dim formulaText As String
Dim value As SyntaxHighlight
 
value = instance.Highlight(formulaText)
public SyntaxHighlight Highlight( 
   string formulaText
)

Parameters

formulaText
A string indicates the formula text.

Return Value

true if the formula can be parsed to the instance, false otherwise.
See Also

Reference

FormulaEngine Class
FormulaEngine Members
Expression Class