Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTable
The requested page is not available for selected version.
SelectColumn
Syntax
long SelectColumn(int columnIndex)
Description
Select a column in the table control based on its column index.
Parameters
columnIndex
Integer value specifying the index of the column within thetable control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..