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
Public Overridable Sub MoveColumnToColumn ( _
columnIndex As NSInteger, _
newIndex As NSInteger _
)

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)