UITableViewController.MoveRow(UITableView, NSIndexPath, NSIndexPath) Method

Definition

Moves the specified row to the specified index.

[Foundation.Export("tableView:moveRowAtIndexPath:toIndexPath:")]
public virtual void MoveRow (UIKit.UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
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