addTableColumn(_:)
Adds the specified column as the last column of the table view.
Declaration
func addTableColumn(_ tableColumn: NSTableColumn)Parameters
- tableColumn:
The column to add to the table view.
Adds the specified column as the last column of the table view.
func addTableColumn(_ tableColumn: NSTableColumn)The column to add to the table view.