[]
Sets the formula for a specified 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 | Object that contains the formula for the cell |