removeTableColumn(_:)
Removes the specified column from the table view.
Declaration
func removeTableColumn(_ tableColumn: NSTableColumn)Parameters
- tableColumn:
The column to remove from the table view.
Removes the specified column from the table view.
func removeTableColumn(_ tableColumn: NSTableColumn)The column to remove from the table view.