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

# removeTableColumn(_:)

Removes the specified column from the table view.

## Declaration

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

## Parameters

- `tableColumn`: The column to remove from the table view.

## See Also

### Related Documentation

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

### Column Management

- [addTableColumn(_:)](appkit/nstableview/addtablecolumn(_:).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)
