GrapeCity.Xaml.CalcEngine
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 String, _
   Optional ByVal isArrayFormula As Boolean _
) 
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcCellIdentity
Dim formula As String
Dim isArrayFormula As Boolean
 
instance.SetFormula(id, formula, isArrayFormula)
public void SetFormula( 
   CalcCellIdentity id,
   string formula,
   bool isArrayFormula
)

Parameters

id
The id.
formula
The formula.
isArrayFormula
Indicates the formula 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