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