Contents

allowsMultipleSelection

A Boolean value indicating whether the table view allows the user to select more than one column or row at a time.

Declaration

var allowsMultipleSelection: Bool { get set }

Discussion

The default is false, which allows the user to select only one column or row at a time. You can select multiple columns or rows programmatically regardless of this setting.

See Also

Related Documentation

Configuring Behavior