Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionConsumer Interface / SetFormula Method
The index of the formula.
The setting formula


In This Topic
    SetFormula Method (IExpressionConsumer)
    In This Topic
    Sets the formula of the object at the specified index.
    Syntax
    'Declaration
     
    
    Sub SetFormula( _
       ByVal index As Integer, _
       ByVal formula As String _
    ) 
    'Usage
     
    
    Dim instance As IExpressionConsumer
    Dim index As Integer
    Dim formula As String
     
    instance.SetFormula(index, formula)
    void SetFormula( 
       int index,
       string formula
    )

    Parameters

    index
    The index of the formula.
    formula
    The setting formula
    Remarks
    This method is intented to be used when it is necessary to change the formula at the specified index of the IExpressionConsumer
    See Also