MonobjcMonobjc Documented Class Library
ColumnWithIdentifier Method (anObject)
NamespacesMonobjc.AppKitNSTableViewColumnWithIdentifier(Id)

Returns the index of the first column in the receiver whose identifier is equal to a given identifier.

Original signature is '- (NSInteger)columnWithIdentifier:(id)anObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger ColumnWithIdentifier(
	Id anObject
)
Public Overridable Function ColumnWithIdentifier ( _
	anObject As Id _
) As NSInteger
public:
virtual NSInteger ColumnWithIdentifier(
	Id^ anObject
)
Parameters
anObject (Id)
A column identifier.
Return Value
The index of the first column in the receiver whose identifier is equal to anObject (when compared using isEqual:) or –1 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)