Compartir a través de


UITableViewController.MoveRow(UITableView, NSIndexPath, NSIndexPath) Método

Definición

Mueve la fila especificada al índice especificado.

[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

Parámetros

tableView
UITableView
sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
Atributos

Se aplica a