Contents

selectRowIndexes(_:byExtendingSelection:)

Sets the row selection using indexes extending the selection if specified.

Declaration

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

Parameters

  • indexes:

    The indexes to select.

  • extend:

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

Discussion

Replaces the deprecated selectRow:byExtendingSelection: method.

See Also

Selecting Columns and Rows