Contents

removeTableColumn(_:)

Removes the specified column from the table view.

Declaration

func removeTableColumn(_ tableColumn: NSTableColumn)

Parameters

  • tableColumn:

    The column to remove from the table view.

See Also

Related Documentation

Column Management