[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.SetExpression

SetExpression Method

SetExpression(int, int, Expression)

Sets a formula in a specified cell on this sheet.

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

Row index of the specified cell

int column

Column index of the specified cell

Expression value

Formula to place in the specified cell

Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row index is out of range; must be between 0 and the total number of rows

ArgumentOutOfRangeException

Specified column index is out of range; must be between 0 and the total number of columns