NSBrowser.SelectRowIndexes(NSIndexSet, IntPtr) Method

Definition

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

Parameters

indexes
NSIndexSet
column
IntPtr

nativeint

Attributes

Applies to