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

# item(atRow:inColumn:)

Returns the item located at the specified row and column.

```
func item(atRow row: Int, inColumn column: Int) -> Any?
```

## Parameters

`row`

The row of the item.

`column`

The column of the item.

## Return Value

The item.

---

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)