Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / SetFormula Method / SetFormula(CalcCellIdentity,String,Boolean) Method
The id.
The formula.
Indicates the formula is array formula or not.


In This Topic
    SetFormula(CalcCellIdentity,String,Boolean) Method
    In This Topic
    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
    id is a null reference (Nothing in Visual Basic).
    See Also