共用方式為


NSTableView.MoveRow(nint, nint) 方法

定義

[Foundation.Export("moveRowAtIndex:toIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MoveRow (nint oldIndex, nint newIndex);
abstract member MoveRow : nint * nint -> unit
override this.MoveRow : nint * nint -> unit

參數

oldIndex
System.System.IntPtr System.nativeint
newIndex
System.System.IntPtr System.nativeint
屬性

適用於