---
title: "selectRow(_:inColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/selectrow(_:incolumn:)"
---

# selectRow(_:inColumn:)

Selects the cell at the specified row and column index.

## Declaration

```swift
func selectRow(_ row: Int, inColumn column: Int)
```

## Parameters

- `row`: The row index of the cell to select.
- `column`: The column index of the cell to select.

## See Also

### Related Documentation

- [loadedCell(atRow:column:)](appkit/nsbrowser/loadedcell(atrow:column:).md)

### Managing Selection

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