SolveExpression evaluates the expression based on the objects above the command on which SolveExpression gets called.
Visual Basic |
---|
Public Function SolveExpression( _ ByVal Expression As String _ ) As Variable |
- Expression
- String value of the expression to solve.
This method returns a variable object if the solved expression is valid.