Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / BinaryOperatorExpression Class / GetNode Method
An integer value indicates the location of expression.


In This Topic
    GetNode Method (BinaryOperatorExpression)
    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 BinaryOperatorExpression
    Dim index As Integer
    Dim value As Expression
     
    value = instance.GetNode(index)
    public Expression GetNode( 
       int index
    )

    Parameters

    index
    An integer value indicates the location of expression.

    Return Value

    The expression at the specified location.
    See Also