MonobjcMonobjc Documented Class Library
TableColumnWithIdentifier Method (anObject)
NamespacesMonobjc.AppKitNSTableViewTableColumnWithIdentifier(Id)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTableColumn TableColumnWithIdentifier(
	Id anObject
)
Public Overridable Function TableColumnWithIdentifier ( _
	anObject As Id _
) As NSTableColumn
public:
virtual NSTableColumn^ TableColumnWithIdentifier(
	Id^ anObject
)
Parameters
anObject (Id)
A column identifier.
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)