MonobjcMonobjc Documented Class Library
TableViewTypeSelectStringForTableColumnRow Method (tableView, tableColumn, row)
NamespacesMonobjc.AppKitINSTableViewDelegateTableViewTypeSelectStringForTableColumnRow(NSTableView, NSTableColumn, NSInteger)

Invoked to allow the delegate to provide an alternate text value used for type selection for a specified row and column.

Original signature is '- (NSString *)tableView:(NSTableView *)tableView typeSelectStringForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSString TableViewTypeSelectStringForTableColumnRow(
	NSTableView tableView,
	NSTableColumn tableColumn,
	NSInteger row
)
Function TableViewTypeSelectStringForTableColumnRow ( _
	tableView As NSTableView, _
	tableColumn As NSTableColumn, _
	row As NSInteger _
) As NSString
NSString^ TableViewTypeSelectStringForTableColumnRow(
	NSTableView^ tableView, 
	NSTableColumn^ tableColumn, 
	NSInteger row
)
Parameters
tableView (NSTableView)
The table view that sent the message.
tableColumn (NSTableColumn)
The table column.
row (NSInteger)
The row index.
Return Value
A string that is used in type select comparison for row and tableColumn. Return nil if the row or tableColumn should not be searched.
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)