Contents

column(withIdentifier:)

Returns the index of the first column in the table view whose identifier is equal to the specified identifier.

Declaration

func column(withIdentifier identifier: NSUserInterfaceItemIdentifier) -> Int

Parameters

  • identifier:

    A column identifier.

Return Value

The index in the tableColumns array of the first column in the table view whose identifier is equal to anObject (when compared using isEqual:), or –1 if no columns are found with the specified identifier.

See Also

Column Management