Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IExpressionSupport Interface / SetFormula Method
Row index
Column index
Formula


In This Topic
SetFormula Method (IExpressionSupport)
In This Topic
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)

Parameters

row
Row index
column
Column index
value
Formula
See Also