Share via


NSTableView.SelectRows(NSIndexSet, Boolean) Method

Definition

[Foundation.Export("selectRowIndexes:byExtendingSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectRows(Foundation.NSIndexSet indexes, bool byExtendingSelection);
[<Foundation.Export("selectRowIndexes:byExtendingSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectRows : Foundation.NSIndexSet * bool -> unit
override this.SelectRows : Foundation.NSIndexSet * bool -> unit

Parameters

indexes
NSIndexSet
byExtendingSelection
Boolean
Attributes

Applies to