Contents

selectRowIndexes(_:byExtendingSelection:)

Sets in the receiver the indexes of rows that are selected.

Declaration

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

Parameters

  • indexes:

    The indexes of rows in the receiver to select.

  • extend:

    If False, the selected rows are specified by indexes. If True, the rows indicated by indexes are added to the collection of already selected rows, providing multiple selection.

See Also

Working with the Selection