'Declaration
Public Overloads Function Unparse( _ ByVal contextSource As IReferenceSource, _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer, _ ByVal expr As Expression _ ) As String
'Usage
Dim instance As FormulaEngine Dim contextSource As IReferenceSource Dim contextRow As Integer Dim contextColumn As Integer Dim expr As Expression Dim value As String value = instance.Unparse(contextSource, contextRow, contextColumn, expr)
public string Unparse( IReferenceSource contextSource, int contextRow, int contextColumn, Expression expr )
Parameters
- contextSource
- The IReferenceSource object which is using formula.
- contextRow
- An integer value indicates the context row index.
- contextColumn
- An integer value indicates the context column index.
- expr
- An Expression object represents the expression.
Return Value
The formula text unparsed from the input expression.