Action
Selects the specified column in a table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
table.SelectCol (iCol, bClearSelection, bUseMouse)
Variable
|
Description
|
iCol
|
The column to select.
INTEGER.
|
bClearSelection
|
If TRUE, clear any existing selection.
BOOLEAN.
|
bUseMouse
|
If TRUE, use mouse to select column. If FALSE, use keyboard.
BOOLEAN.
|
Notes
SelectCol raises the exception
E_TBL_SINGLE_CELL_ONLY if the table in the application does not support multiple-select tables.
Because Symantec Visual Café Release 2.0 does not support multi-select or extend-select tables, this method is not useful for JavaIToolsTable objects.
Example
EmpForm.EmpTable.SelectCol (1, TRUE, TRUE)