'Declaration Public Overloads Sub SetFormula( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer, _ ByVal formula As System.String _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim rowCount As System.Integer Dim columnCount As System.Integer Dim formula As System.String instance.SetFormula(row, column, rowCount, columnCount, formula)
public void SetFormula( System.int row, System.int column, System.int rowCount, System.int columnCount, System.string formula )
Parameters
- row
- The start row index.
- column
- The start column index.
- rowCount
- The number of rows in all areas.
- columnCount
- The number of columns in all areas.
- formula
- The formula to place in the specified cell.