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