Share via


NSGridView.MoveRow(IntPtr, IntPtr) Method

Definition

[Foundation.Export("moveRowAtIndex:toIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveRow(IntPtr fromIndex, IntPtr toIndex);
[<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

fromIndex
IntPtr

nativeint

toIndex
IntPtr

nativeint

Attributes

Applies to