'Declaration
Public Function Unparse( _ ByVal expr As Expression, _ ByVal baseRow As Integer, _ ByVal baseColumn As Integer, _ ByVal useR1C1 As Boolean _ ) As String
'Usage
Dim instance As Parser Dim expr As Expression Dim baseRow As Integer Dim baseColumn As Integer Dim useR1C1 As Boolean Dim value As String value = instance.Unparse(expr, baseRow, baseColumn, useR1C1)
public string Unparse( Expression expr, int baseRow, int baseColumn, bool useR1C1 )
Parameters
- expr
- Expression to convert
- baseRow
- Base row position
- baseColumn
- Base column position
- useR1C1
- Whether to use R1C1 notation