[]
Sets the formula, as an expression value, for the cell of the specified row and column.
public virtual void SetExpression(int row, int column, Expression value)
Public Overridable Sub SetExpression(row As Integer, column As Integer, value As Expression)
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 |