NSTableViewDataSource.GetObjectValue(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:objectValueForTableColumn:row:")]
public virtual Foundation.NSObject GetObjectValue (AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, nint row);
abstract member GetObjectValue : AppKit.NSTableView * AppKit.NSTableColumn * nint -> Foundation.NSObject
override this.GetObjectValue : AppKit.NSTableView * AppKit.NSTableColumn * nint -> Foundation.NSObject
Parameters
- tableView
- NSTableView
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
Returns
- Attributes