共用方式為


UITableView.MoveRow(NSIndexPath, NSIndexPath) 方法

定義

將資料列從 fromIndexPath 移至 toIndexPath

[Foundation.Export("moveRowAtIndexPath:toIndexPath:")]
public virtual void MoveRow (Foundation.NSIndexPath fromIndexPath, Foundation.NSIndexPath toIndexPath);
abstract member MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

參數

fromIndexPath
NSIndexPath

NSIndexPath 表示原始資料列。

toIndexPath
NSIndexPath

所需的位置。

屬性

備註

與 或 DeleteRows(NSIndexPath[], UITableViewRowAnimation)) 相反 InsertRows(NSIndexPath[], UITableViewRowAnimation) 地,沒有移動資料列陣列的函式 (。 應用程式開發人員必須改為重複呼叫此函式。 如果在動畫區塊內 BeginUpdates()-EndUpdates() 呼叫此函式,所有資料列操作都會以單一動畫的形式發生。

適用於