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

# loadedCell(atRow:column:)

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

```
func loadedCell(atRow row: Int, column col: Int) -> Any?
```

## Parameters

`row`

The row index of the cell to return.

`col`

The column index of the cell to return.

## See Also

[`selectRow(_:inColumn:)`](/documentation/AppKit/NSBrowser/selectRow(_:inColumn:))

Selects the cell at the specified row and column index.

[`selectedCell(inColumn:)`](/documentation/AppKit/NSBrowser/selectedCell(inColumn:))

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



---

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)