---
title: headerCell
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecolumn/headercell
---

# headerCell

The cell used to draw the table column’s header.

## Declaration

```swift
var headerCell: NSTableHeaderCell { get set }
```

## Discussion

Discussion The value of this property must not be nil. It’s recommended that the value of this property be an instance or subclass of NSTableHeaderCell. You can set the table column title using the title property.

## See Also

### Setting the Header

- [title](appkit/nstablecolumn/title.md)
