Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.SetObjectValue Method

Definition

[Foundation.Export("tableView:setObjectValue:forTableColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetObjectValue(AppKit.NSTableView tableView, Foundation.NSObject theObject, AppKit.NSTableColumn tableColumn, IntPtr row);
[<Foundation.Export("tableView:setObjectValue:forTableColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetObjectValue : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nativeint -> unit
override this.SetObjectValue : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nativeint -> unit

Parameters

tableView
NSTableView
theObject
NSObject
tableColumn
NSTableColumn
row
IntPtr

nativeint

Implements

Attributes

Applies to