Contents

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.

See Also

Related Documentation

Column Management