---
title: "frame(ofColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/frame(ofcolumn:)"
---

# frame(ofColumn:)

Returns the rectangle containing the given column.

## Declaration

```swift
func frame(ofColumn column: Int) -> NSRect
```

## Parameters

- `column`: The index of the column for which to retrieve the frame.

## Return Value

Return Value The rectangle containing the specified column.

## See Also

### Getting Column Frames

- [frame(ofInsideOfColumn:)](appkit/nsbrowser/frame(ofinsideofcolumn:).md)
