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