Share via


UITableView.MoveRow(NSIndexPath, NSIndexPath) Method

Definition

[Foundation.Export("moveRowAtIndexPath:toIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveRow(Foundation.NSIndexPath fromIndexPath, Foundation.NSIndexPath toIndexPath);
[<Foundation.Export("moveRowAtIndexPath:toIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

Parameters

fromIndexPath
NSIndexPath
toIndexPath
NSIndexPath
Attributes

Applies to