UITableViewController.MoveRow(UITableView, NSIndexPath, NSIndexPath) 方法

定义

将指定的行移动到指定的索引。

[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

参数

tableView
UITableView
sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
属性

适用于