'Declaration
Public Function HasHeaders( _ 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 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.
Return Value
true
if the table has headers; otherwise, false
.