GrapeCity.Xaml.CalcEngine
SetExpression(CalcRangeIdentity,CalcExpression,Boolean) Method


The id.
The exception.
Indicates the expression is array formula or not.
Sets the expression.
Syntax
'Declaration
 
Public Overloads Sub SetExpression( _
   ByVal id As CalcRangeIdentity, _
   ByVal expr As CalcExpression, _
   Optional ByVal isArrayFormula As Boolean _
) 
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcRangeIdentity
Dim expr As CalcExpression
Dim isArrayFormula As Boolean
 
instance.SetExpression(id, expr, isArrayFormula)
public void SetExpression( 
   CalcRangeIdentity id,
   CalcExpression expr,
   bool isArrayFormula
)

Parameters

id
The id.
expr
The exception.
isArrayFormula
Indicates the expression is array formula or not.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionid is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options