Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IArgumentExpressionSupport Interface / ReplaceArguments Method
The arguments which will be changed to.


In This Topic
ReplaceArguments Method
In This Topic
Replaces all arguments and return the new expression.
Syntax
'Declaration
 
Function ReplaceArguments( _
   ByVal arguments() As Expression _
) As Expression
 
'Usage
 
Dim instance As IArgumentExpressionSupport
Dim arguments() As Expression
Dim value As Expression
 
value = instance.ReplaceArguments(arguments)

Parameters

arguments
The arguments which will be changed to.
See Also