'Declaration Public Function GetArrayFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As String
Parameters
- row
- The row index.
- column
- The column index.
- rowCount
- The row count.
- columnCount
- The column count.
Return Value
Returns the formula string.