Contents

browser(_:selectRow:inColumn:)

Asks the delegate to select the cell at the specified row and column location.

Declaration

@MainActor optional func browser(_ sender: NSBrowser, selectRow row: Int, inColumn column: Int) -> Bool

Parameters

  • sender:

    The browser.

  • row:

    The index of the row containing the cell to select.

  • column:

    The index of the column containing the cell to select.

Return Value

true if the cell was selected; otherwise, false.

Discussion

Invoked in response to selectRow(_:inColumn:) of NSBrowser being received by sender.

See Also

Related Documentation

Managing Selection