Contents

selectedRowIndexes(inColumn:)

Provides the indexes of the selected rows in a given column of the browser.

Declaration

func selectedRowIndexes(inColumn column: Int) -> IndexSet?

Parameters

  • column:

    The column whose selected rows are provided.

Return Value

Rows selected in column columnIndex.

See Also

Managing Selection Behavior