Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / ParseExpression Method
The text.
The custom functions.
The custom names.


In This Topic
ParseExpression Method
In This Topic
Parses the expression. Only parses the expression.
Syntax
'Declaration
 
Public Function ParseExpression( _
   ByVal text As String, _
   ByVal customFunctions As Hashtable, _
   ByVal customNames As Hashtable _
) As Expression
 
'Usage
 
Dim instance As Parser
Dim text As String
Dim customFunctions As Hashtable
Dim customNames As Hashtable
Dim value As Expression
 
value = instance.ParseExpression(text, customFunctions, customNames)

Parameters

text
The text.
customFunctions
The custom functions.
customNames
The custom names.
See Also