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