Share via


NSTableViewColumnRowString 委托

定义

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

参数

tableView
NSTableView
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

返回值

适用于