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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetFormula Method
Row index of the cell
Column index of the cell
Object that contains the formula for the cell
Sets the formula for a specified cell.
Syntax
'Declaration
 
Public Sub SetFormula( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetFormula(row, column, value)
public void SetFormula( 
   int row,
   int column,
   string value
)

Parameters

row
Row index of the cell
column
Column index of the cell
value
Object that contains the formula for the cell
See Also

Reference

SheetView Class
SheetView Members