NSOutlineView.MoveRow(nint, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("moveRowAtIndex:toIndex:")]
public virtual void MoveRow (nint oldIndex, nint newIndex);
override this.MoveRow : nint * nint -> unit
Parameters
- oldIndex
- System.System.IntPtr System.nativeint
- newIndex
- System.System.IntPtr System.nativeint
- Attributes