Contents

tableColumn(withIdentifier:)

Returns the NSTableColumn object for the first column whose identifier is equal to the specified object.

Declaration

func tableColumn(withIdentifier identifier: NSUserInterfaceItemIdentifier) -> NSTableColumn?

Parameters

  • identifier:

    A column identifier.

Return Value

The NSTableColumn object for the first column whose identifier is equal to anObject (when compared using isEqual:), or nil if no columns are found with the specified identifier.

See Also

Column Management