GrapeCity.Xaml.CalcEngine
GetArg Method


Index of the parameter (or argument).
Returns the specified parameter being passed to the function.
Syntax
'Declaration
 
Public Function GetArg( _
   ByVal i As Integer _
) As CalcExpression
'Usage
 
Dim instance As CalcFunctionExpression
Dim i As Integer
Dim value As CalcExpression
 
value = instance.GetArg(i)
public CalcExpression GetArg( 
   int i
)

Parameters

i
Index of the parameter (or argument).

Return Value

The parameter at the specified index.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options