NSTableViewSource.GetCell(NSTableView, NSTableColumn, nint) 方法

定义

[Foundation.Export("tableView:dataCellForTableColumn:row:")]
public virtual AppKit.NSCell GetCell (AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, nint row);
abstract member GetCell : AppKit.NSTableView * AppKit.NSTableColumn * nint -> AppKit.NSCell
override this.GetCell : AppKit.NSTableView * AppKit.NSTableColumn * nint -> AppKit.NSCell

参数

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

返回

属性

适用于