---
title: "frame(ofRow:inColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/frame(ofrow:incolumn:)"
---

# frame(ofRow:inColumn:)

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

## Declaration

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

## Parameters

- `row`: The row of the cell.
- `column`: The column of the cell.

## Return Value

Return Value The frame of the cell, in the NSBrowser coordinate space.

## See Also

### Getting Row Frames

- [getRow(_:column:for:)](appkit/nsbrowser/getrow(_:column:for:).md)
