Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / GetNode Method
An integer value indicates the location of expression.


In This Topic
GetNode Method
In This Topic
Gets the expression at the specified location.
Syntax
'Declaration
 
Public Function GetNode( _
   ByVal index As Integer _
) As Expression
 
'Usage
 
Dim instance As Expression
Dim index As Integer
Dim value As Expression
 
value = instance.GetNode(index)

Parameters

index
An integer value indicates the location of expression.

Return Value

The expression at the specified location.
See Also