Spread for ASP.NET 12 Product Documentation
SetFormula Method (IExpressionConsumer)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IExpressionConsumer Interface : SetFormula Method
The index of the formula.
The setting formula
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

Reference

IExpressionConsumer Interface
IExpressionConsumer Members