'Declaration Public Function FindFormulas( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Object(,)
Parameters
- row
- The start row.
- column
- The start column.
- rowCount
- The row count.
- columnCount
- The column count.
Return Value
Two dimensional array. The first dimension saves the cell range and the second dimension saves the formula related to the cell range.