Spread Silverlight Documentation
SetFormula(CalcCellIdentity,String,Boolean) Method


GrapeCity.CalcEngine Namespace > CalcCalculationManager Class > SetFormula Method : SetFormula(CalcCellIdentity,String,Boolean) Method
The id.
The formula.
Indicates the formula is array formula or not.
Sets the formula.
Syntax
'Declaration
 
Public Overloads Sub SetFormula( _
   ByVal id As CalcCellIdentity, _
   ByVal formula As System.String, _
   Optional ByVal isArrayFormula As System.Boolean _
) 
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcCellIdentity
Dim formula As System.String
Dim isArrayFormula As System.Boolean
 
instance.SetFormula(id, formula, isArrayFormula)
public void SetFormula( 
   CalcCellIdentity id,
   System.string formula,
   System.bool isArrayFormula
)

Parameters

id
The id.
formula
The formula.
isArrayFormula
Indicates the formula is array formula or not.
Exceptions
ExceptionDescription
id is a null reference (Nothing in Visual Basic).
See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members
Overload List