Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcGraph Class / SetNode Method
A CalcLocalIdentity indicates the position.
A GrapeCity.CalcEngine.Expressions.CalcExpression indicates the expression to position at id.
The evaluator context.
The source.
Indicates that the expression is a array formula or not.
Indicates that check the intersectant node or not.


In This Topic
    SetNode Method
    In This Topic
    Sets the node and its expression to CalcGraph under specified CalcEvaluatorContext.
    Syntax
    'Declaration
     
    Public Sub SetNode( _
       ByVal id As CalcLocalIdentity, _
       ByVal expr As CalcExpression, _
       ByVal evalContext As CalcEvaluatorContext, _
       ByVal source As ICalcSource, _
       ByVal isArrayFormula As Boolean, _
       Optional ByVal checkIntersectantNode As Boolean _
    ) 
    'Usage
     
    Dim instance As CalcGraph
    Dim id As CalcLocalIdentity
    Dim expr As CalcExpression
    Dim evalContext As CalcEvaluatorContext
    Dim source As ICalcSource
    Dim isArrayFormula As Boolean
    Dim checkIntersectantNode As Boolean
     
    instance.SetNode(id, expr, evalContext, source, isArrayFormula, checkIntersectantNode)

    Parameters

    id
    A CalcLocalIdentity indicates the position.
    expr
    A GrapeCity.CalcEngine.Expressions.CalcExpression indicates the expression to position at id.
    evalContext
    The evaluator context.
    source
    The source.
    isArrayFormula
    Indicates that the expression is a array formula or not.
    checkIntersectantNode
    Indicates that check the intersectant node or not.
    See Also