Share via


NSTableViewColumnRowString Delegate

Definition

public delegate string NSTableViewColumnRowString(NSTableView tableView, NSTableColumn tableColumn, IntPtr row);
type NSTableViewColumnRowString = delegate of NSTableView * NSTableColumn * nativeint -> string

Parameters

tableView
NSTableView
tableColumn
NSTableColumn
row
IntPtr

nativeint

Return Value

Applies to