2.317 .selection[enum]

This attribute determines which kind of selection is permitted in the tablefield.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

Index Range

sel_column (column selection)

Complete columns can be selected.

sel_header (header selection)

Column headers and row headers can be selected.

sel_row (row selection)

Complete rows can be selected.

sel_single (single field selection; default)

Single fields can be selected.

A selection type is activated by setting .selection[<selection_type>] to true.

See also

Attribute .selstyle

Chapter “Selection in the tablefield” in the “Object Reference”