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) -> IntParameters
- 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.