Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / Unparse(Expression,Int32,Int32,Boolean) Method
Expression to convert
Base row position
Base column position
Whether to use R1C1 notation


In This Topic
Unparse(Expression,Int32,Int32,Boolean) Method
In This Topic
Converts an Expression object to a string.
Syntax
'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)

Parameters

expr
Expression to convert
baseRow
Base row position
baseColumn
Base column position
useR1C1
Whether to use R1C1 notation
See Also