[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.SetExpression

SetExpression Method

SetExpression(int, int, Expression)

Sets the formula, as an expression value, for the cell of the specified row and column.

Declaration
public virtual void SetExpression(int row, int column, Expression value)
Public Overridable Sub SetExpression(row As Integer, column As Integer, value As Expression)
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Expression value

Formula to be set as an expression

Implements