Share via


INSTableViewDataSource.WriteRows Method

Definition

[Foundation.Export("tableView:writeRowsWithIndexes:toPasteboard:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to