Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.WriteRows Method

Definition

[Foundation.Export("tableView:writeRowsWithIndexes:toPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteRows(AppKit.NSTableView tableView, Foundation.NSIndexSet rowIndexes, AppKit.NSPasteboard pboard);
[<Foundation.Export("tableView:writeRowsWithIndexes:toPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteRows : AppKit.NSTableView * Foundation.NSIndexSet * AppKit.NSPasteboard -> bool
override this.WriteRows : AppKit.NSTableView * Foundation.NSIndexSet * AppKit.NSPasteboard -> bool

Parameters

tableView
NSTableView
rowIndexes
NSIndexSet
pboard
NSPasteboard

Returns

Implements

Attributes

Applies to