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