---
title: "selectAll(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/selectall(_:)"
---

# selectAll(_:)

Selects all cells in the last column of the browser.

## Declaration

```swift
func selectAll(_ sender: Any?)
```

## See Also

### Related Documentation

- [selectedColumn](appkit/nsbrowser/selectedcolumn.md)

### Managing Selection

- [selectedCell(inColumn:)](appkit/nsbrowser/selectedcell(incolumn:).md)
- [selectedCells](appkit/nsbrowser/selectedcells.md)
- [selectedRow(inColumn:)](appkit/nsbrowser/selectedrow(incolumn:).md)
- [selectRow(_:inColumn:)](appkit/nsbrowser/selectrow(_:incolumn:).md)
- [selectionIndexPath](appkit/nsbrowser/selectionindexpath.md)
- [selectionIndexPaths](appkit/nsbrowser/selectionindexpaths.md)
