Contents

selectColumnIndexes(_:byExtendingSelection:)

Sets the column selection using indexes possibly extending the selection.

Declaration

func selectColumnIndexes(_ indexes: IndexSet, byExtendingSelection extend: Bool)

Parameters

  • indexes:

    The column indexes to select.

  • extend:

    True if the selection should be extended, False if the current selection should be changed.

Discussion

Replaces the deprecated selectColumn:byExtendingSelection: method.

See Also

Selecting Columns and Rows