'Declaration Public Overloads Sub SetFormula( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal formula As System.String _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim formula As System.String instance.SetFormula(row, column, formula)
Parameters
- row
- The row index.
- column
- The column index.
- formula
- The formula to place in the specified cell.