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

# titleFrame(ofColumn:)

Returns the bounds of the title frame for the specified column.

## Declaration

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

## Parameters

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

## Return Value

Return Value The rectangle specifying the bounds of the column’s title frame.

## See Also

### Accessing Column Titles

- [title(ofColumn:)](appkit/nsbrowser/title(ofcolumn:).md)
- [setTitle(_:ofColumn:)](appkit/nsbrowser/settitle(_:ofcolumn:).md)
- [isTitled](appkit/nsbrowser/istitled.md)
- [drawTitle(ofColumn:in:)](appkit/nsbrowser/drawtitle(ofcolumn:in:).md)
- [titleHeight](appkit/nsbrowser/titleheight.md)
