tableView
The table view that contains the table column.
Declaration
weak var tableView: NSTableView? { get set }Discussion
You should never need to set this property; it’s set automatically when you add a table column to a table view using the NSTableView class’s method addTableColumn(_:).