'Declaration
Overloads Sub SetFormula( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal formula As System.String _ )
'Usage
Dim instance As IValues Dim row As System.Integer Dim column As System.Integer Dim formula As System.String instance.SetFormula(row, column, formula)
Parameters
- row
- Specifies the row of the cell to set.
- column
- Specifies the column of the cell to set.
- formula
- Specifies the formula to place into the specified cell.