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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IExpressionSupport Interface : SetFormula Method
Row index
Column index
Formula
Sets the formula, as a string, in the cell at the specified row and column.
Syntax
'Declaration
 
Sub SetFormula( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'Usage
 
Dim instance As IExpressionSupport
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetFormula(row, column, value)
void SetFormula( 
   int row,
   int column,
   string value
)

Parameters

row
Row index
column
Column index
value
Formula
See Also

Reference

IExpressionSupport Interface
IExpressionSupport Members