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