다음을 통해 공유


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
특성

적용 대상