Contents

setSelectionIndexes(_:byExtendingSelection:)

Selects cells at the specified indexes.

Declaration

func setSelectionIndexes(_ indexes: IndexSet!, byExtendingSelection extendSelection: Bool)

Parameters

  • indexes:

    The indexes of the cells you want to select.

  • extendSelection:

    A BOOL value that specifies whether to extend the current selection. Pass True to extends the selection; False replaces the current selection.

See Also

Reordering and Groups Items