'Declaration Function Formula2Expression( _ ByVal formula As System.String, _ ByVal baseRow As System.Integer, _ ByVal baseColumn As System.Integer _ ) As System.Object
'Usage Dim instance As ICalcEvaluator Dim formula As System.String Dim baseRow As System.Integer Dim baseColumn As System.Integer Dim value As System.Object value = instance.Formula2Expression(formula, baseRow, baseColumn)
System.object Formula2Expression( System.string formula, System.int baseRow, System.int baseColumn )
Parameters
- formula
- The formula.
- baseRow
- The base row.
- baseColumn
- The base column.
Return Value
The expression.