'Declaration
Public Function ContainMultiCellsArrayFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Boolean
Parameters
- row
- An integer indicates the index of row
- column
- An integer indicates the index of column
- rowCount
- An integer indicates the row count
- columnCount
- An integer indicates the column count
Return Value
true
if multi-cells array formula intersects with range, false
otherwise