NSTableViewDelegate.GetDataCell(NSTableView, NSTableColumn, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("tableView:dataCellForTableColumn:row:")]
public virtual AppKit.NSCell GetDataCell (AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, nint row);
abstract member GetDataCell : AppKit.NSTableView * AppKit.NSTableColumn * nint -> AppKit.NSCell
override this.GetDataCell : AppKit.NSTableView * AppKit.NSTableColumn * nint -> AppKit.NSCell
Parameters
- tableView
- NSTableView
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
Returns
- Attributes