[]
Sets the formula, as an expression, in the cell at the specified row and column.
void SetExpression(int row, int column, Expression value)
Sub SetExpression(row As Integer, column As Integer, value As Expression)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Expression | value | Formula |