共用方式為


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
屬性

適用於