Sets the formula for a specified cell.
Declaration
public void SetFormula(int row, int column, string value)
Public Sub SetFormula(row As Integer, column As Integer, value As String)
Parameters
Type |
Name |
Description |
int |
row |
Row index of the cell
|
int |
column |
Column index of the cell
|
string |
value |
Object that contains the formula for the cell
|