---
title: "addTableColumn(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstableview/addtablecolumn(_:)"
---

# addTableColumn(_:)

Adds the specified column as the last column of the table view.

## Declaration

```swift
func addTableColumn(_ tableColumn: NSTableColumn)
```

## Parameters

- `tableColumn`: The column to add to the table view.

## See Also

### Related Documentation

- [sizeLastColumnToFit()](appkit/nstableview/sizelastcolumntofit().md)

### Column Management

- [removeTableColumn(_:)](appkit/nstableview/removetablecolumn(_:).md)
- [moveColumn(_:toColumn:)](appkit/nstableview/movecolumn(_:tocolumn:).md)
- [tableColumns](appkit/nstableview/tablecolumns.md)
- [column(withIdentifier:)](appkit/nstableview/column(withidentifier:).md)
- [tableColumn(withIdentifier:)](appkit/nstableview/tablecolumn(withidentifier:).md)
