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

# setTitle(_:ofColumn:)

Sets the title of the given column.

## Declaration

```swift
func setTitle(_ string: String, ofColumn column: Int)
```

## Parameters

- `string`: The title of the column.
- `column`: The index of the column whose title should be set.

## See Also

### Accessing Column Titles

- [title(ofColumn:)](appkit/nsbrowser/title(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)
