| Did you know ... | Search Documentation: |
| table_slice-selected |
..., get(Table, column, Name, Col), send(Col, selected, @on), ...
To deselect all columns in a table, use
...,
send(Table?columns, for_all,
message(@arg1, selected, @off)),
...
See also table_cell->selected.