Sets the title of the given column.
Original signature is '- (void)setTitle:(NSString *)aString ofColumn:(NSInteger)column'
Available in Mac OS X v10.0 and later.

Declaration Syntax
Public Overridable Sub SetTitleOfColumn ( _
aString As NSString, _
column As NSInteger _
)

Parameters
- aString (NSString)
- The title of the column.
- column (NSInteger)
- The index of the column whose title should be set.

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)