Selects all cells in the last column of the browser.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
- (void)selectAll:(id)sender;
Selects all cells in the last column of the browser.
SDK
Framework
- (void)selectAll:(id)sender;
selected Cell
The last (rightmost and lowest) selected cell.
- selected Cell In Column:
Returns the last (lowest) cell selected in the given column.
selected Cells
All cells selected in the rightmost column.
- selected Row In Column:
Returns the row index of the selected cell in the specified column.
- select Row: in Column:
Selects the cell at the specified row and column index.
selection Index Path
The index path of the item selected in the browser.
selection Index Paths
An array containing the index paths of all items selected in the browser.