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

# drawTitle(ofColumn:in:)

Draws the title for the specified column within the given rectangle.

## Declaration

```swift
func drawTitle(ofColumn column: Int, in rect: NSRect)
```

## Parameters

- `column`: The index of the column for which to draw the title.
- `rect`: The rectangle within which to draw the title.

## See Also

### Accessing Column Titles

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