<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowserDelegate/browser(_:titleOfColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSBrowserDelegate(im)browser:titleOfColumn:"
  },
  "title" : "browser(_:titleOfColumn:)"
}
-->

# browser(_:titleOfColumn:)

Asks the delegate for the title to display above the specified column.

```
@MainActor optional func browser(_ sender: NSBrowser, titleOfColumn column: Int) -> String?
```

## Parameters

`sender`

The browser.

`column`

The index the column to be titled.

## Return Value

The title of the specified column.

## See Also

[`setTitle(_:ofColumn:)`](/documentation/AppKit/NSBrowser/setTitle(_:ofColumn:))

Sets the title of the given column.

[`title(ofColumn:)`](/documentation/AppKit/NSBrowser/title(ofColumn:))

Returns the title displayed for the given column.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)