Returns the NSTableColumn object for the first column whose identifier is equal to a given object.
Original signature is '- (NSTableColumn *)tableColumnWithIdentifier:(id)anObject'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSTableColumn TableColumnWithIdentifier( Id anObject )
Public Overridable Function TableColumnWithIdentifier ( _ anObject As Id _ ) As NSTableColumn
public: virtual NSTableColumn^ TableColumnWithIdentifier( Id^ anObject )

- anObject (Id)
- A column identifier.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)