MonobjcMonobjc Documented Class Library
RemoveColumn Method (column)
NamespacesMonobjc.AppKitNSMatrixRemoveColumn(NSInteger)

Removes the specified column at from the receiver.

Original signature is '- (void)removeColumn:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveColumn(
	NSInteger column
)
Public Overridable Sub RemoveColumn ( _
	column As NSInteger _
)
public:
virtual void RemoveColumn(
	NSInteger column
)
Parameters
column (NSInteger)
The column to remove.
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)