All cells selected in the rightmost column.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var selectedCells: [NSCell]? { get }
Discussion
When the array is empty, there is no selection.
All cells selected in the rightmost column.
SDK
Framework
var selectedCells: [NSCell]? { get }
When the array is empty, there is no selection.
func selected Cell(in Column: Int) -> Any?
Returns the last (lowest) cell selected in the given column.
func select All(Any?)
Selects all cells in the last column of the browser.
func selected Row(in Column: Int) -> Int
Returns the row index of the selected cell in the specified column.
func select Row(Int, in Column: Int)
Selects the cell at the specified row and column index.
var selection Index Path: Index Path?
The index path of the item selected in the browser.
var selection Index Paths: [Index Path]
An array containing the index paths of all items selected in the browser.