<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/selectedCell(inColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(im)selectedCellInColumn:"
  },
  "title" : "selectedCell(inColumn:)"
}
-->

# selectedCell(inColumn:)

Returns the last (lowest) cell selected in the given column.

```
func selectedCell(inColumn column: Int) -> Any?
```

## Parameters

`column`

The column whose last selected cell is to be returned.

## Return Value

The last (or lowest) selected cell. Returns `nil` if there is no selection.

## See Also

[`loadedCell(atRow:column:)`](/documentation/AppKit/NSBrowser/loadedCell(atRow:column:))

Loads, if necessary, and returns the cell at the specified row and column location.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)