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

适用于