SelectRow Method (SWTTable)

Class

SWTTable.

Action

Selects a row in the table.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

table.SelectRow (row,[column])
Variable Description
row The row to select. LISTITEM.
column Optional. The column to select. LISTITEM.

Example

SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.SelectRow("#2")