Share via


NSTableView.MoveRow(IntPtr, IntPtr) Method

Definition

[Foundation.Export("moveRowAtIndex:toIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveRow(IntPtr oldIndex, IntPtr newIndex);
[<Foundation.Export("moveRowAtIndex:toIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveRow : nativeint * nativeint -> unit
override this.MoveRow : nativeint * nativeint -> unit

Parameters

oldIndex
IntPtr

nativeint

newIndex
IntPtr

nativeint

Attributes

Applies to