'Declaration Public Overloads Sub SetFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal formula As String _ )
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.