次の方法で共有


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

適用対象