[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.SetFormula

SetFormula Method

SetFormula(int, int, string)

Sets the formula, as a string value, for the cell of the specified row and column. If you pass null, it clears the expression from that cell.

Declaration
public void SetFormula(int row, int column, string value)
Public Sub SetFormula(row As Integer, column As Integer, value As String)
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

string value

Formula to be set, as a string

Implements
Exceptions
Type Condition
ParseException

Specified value is not a valid formula