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. |
Table.SelectColumn("Street", FALSE) Table.SelectColumn(5, FALSE)