ITableVerify Interface
Implement this interface to enable UFT to support table checkpoints and output values for custom table (grid) controls.
| Visual Basic (Declaration) | |
|---|---|
Public Interface ITableVerify | |
| C# | |
|---|---|
public interface ITableVerify | |
| Name | Description | |
|---|---|---|
![]() | GetTableColNames | Returns the column names. |
![]() | GetTableData | Implement this method so that it retrieves the table data of all columns of rows between firstRowInRange and lastRowInRange, inclusive. |
![]() | GetTableRowRange | Gets the indexes of the first and last visible rows, and the table row count. |


