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

# frame(ofRow:inColumn:)

Returns the frame of the cell at the specified location, including the expandable arrow.

```
func frame(ofRow row: Int, inColumn column: Int) -> NSRect
```

## Parameters

`row`

The row of the cell.

`column`

The column of the cell.

## Return Value

The frame of the cell, in the [`NSBrowser`](/documentation/AppKit/NSBrowser) coordinate space.

---

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)