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) -> BoolParameters
- 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
Discussion
Invoked in response to selectRow(_:inColumn:) of NSBrowser being received by sender.