'Declaration
Public Function Query( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal intersecting As Boolean _ ) As Table()
Parameters
- row
- An integer value indicates the top row index.
- column
- An integer value indicates the left column index.
- row2
- An integer value indicates the bottom row index.
- column2
- An integer value indicates the right column index.
- intersecting
- if set to
true
, all tables will returns; otherwise, returns only table which belong to the cell range completely.
Return Value
A Table[] array represents all tables which belong to the specified cell range.