MonobjcMonobjc Documented Class Library
MoveColumnToColumn Method (columnIndex, newIndex)
NamespacesMonobjc.AppKitNSTableViewMoveColumnToColumn(NSInteger, NSInteger)

Moves the column and heading at a given index to a new given index.

Original signature is '- (void)moveColumn:(NSInteger)columnIndex toColumn:(NSInteger)newIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MoveColumnToColumn(
	NSInteger columnIndex,
	NSInteger newIndex
)
Public Overridable Sub MoveColumnToColumn ( _
	columnIndex As NSInteger, _
	newIndex As NSInteger _
)
public:
virtual void MoveColumnToColumn(
	NSInteger columnIndex, 
	NSInteger newIndex
)
Parameters
columnIndex (NSInteger)
The current index of the column to move.
newIndex (NSInteger)
The new index for the moved column.
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)