table.SelectColumn(column, [clearSelection])
                  table.SelectColumn(column, [clearSelection])
                  | Variable | Description | 
|---|---|
| column | The name or index of the column to select. ItemIdentifier. | 
| clearSelection | Optional: Whether to clear the previous selection. The default is true. Boolean. | 
VB
table.SelectColumn("Street", False) table.SelectColumn(5, False)