[]
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.
public void SetFormula(int row, int column, string value)
Public Sub SetFormula(row As Integer, column As Integer, value As String)
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 |
Type | Condition |
---|---|
ParseException | Specified value is not a valid formula |