SelectColumn Method (JTable)

Class

JTable class

Action

Selects the specified column.

Syntax

table.SelectColumn(column, [clearSelection])
Variable Description
column The name or index of the column to select. LISTITEM.
clearSelection Optional.Whether to clear the previous selection. The default is true. BOOLEAN.

Examples

Table.SelectColumn("Street", FALSE)
Table.SelectColumn(5, FALSE)