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

# title(ofColumn:)

Returns the title displayed for the given column.

## Declaration

```swift
func title(ofColumn column: Int) -> String?
```

## Parameters

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

## Return Value

Return Value The title of the specified column.

## See Also

### Accessing Column Titles

- [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)
- [titleFrame(ofColumn:)](appkit/nsbrowser/titleframe(ofcolumn:).md)
