Spread Windows Forms 12.0 Product Documentation
Unparse(Expression) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class : Unparse(Expression) Method
An Expression object represents the expression.
Unparses the specified expression to formula text.
Syntax
'Declaration
 
Public Function Unparse( _
   ByVal expr As Expression _
) As String
'Usage
 
Dim instance As FormulaEngine
Dim expr As Expression
Dim value As String
 
value = instance.Unparse(expr)
public string Unparse( 
   Expression expr
)

Parameters

expr
An Expression object represents the expression.

Return Value

The formula text unparsed from the input expression.
See Also

Reference

FormulaEngine Class
FormulaEngine Members