Action
Returns the selected columns in a table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
liSelCols = table.GetSelCols()
Variable
|
Description
|
liSelCols
|
The selected columns.
LIST OF INTEGER.
|
Notes
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
LIST OF INTEGER liCols
liCols = Emp.EmpTable.GetSelCols()
// Returns:
// {2, 3, 4}