Spread Silverlight Documentation
SetNode Method


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.
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 System.Boolean, _
   Optional ByVal checkIntersectantNode As System.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 System.Boolean
Dim checkIntersectantNode As System.Boolean
 
instance.SetNode(id, expr, evalContext, source, isArrayFormula, checkIntersectantNode)
public void SetNode( 
   CalcLocalIdentity id,
   CalcExpression expr,
   CalcEvaluatorContext evalContext,
   ICalcSource source,
   System.bool isArrayFormula,
   System.bool 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

Reference

CalcGraph Class
CalcGraph Members