Contents

selectRowIndexes(_:inColumn:)

Specifies the selected rows in a given column of the browser.

Declaration

func selectRowIndexes(_ indexes: IndexSet, inColumn column: Int)

Parameters

  • indexes:

    Rows to be selected in column columnIndex.

  • column:

    Column in which to select rows rowIndexes.

See Also

Managing Selection Behavior