Share via


UITableViewSource.MoveRow(UITableView, NSIndexPath, NSIndexPath) Method

Definition

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

Parameters

tableView
UITableView
sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
Attributes

Applies to