'Declaration
Public Function IsAvailable( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As Boolean
Parameters
- row
- An integer value indicates the start row index.
- column
- An integer value indicates the start column index.
- row2
- An integer value indicates the end row index.
- column2
- An integer value indicates the end column index.
Return Value
true
if there is any table that intersects with the specified range; otherwise, false
.