GridViewColumnCollection.MoveItem(Int32, Int32) Metod

Definition

Ändrar positionen för en GridViewColumn i samlingen.

protected:
 override void MoveItem(int oldIndex, int newIndex);
protected override void MoveItem(int oldIndex, int newIndex);
override this.MoveItem : int * int -> unit
Protected Overrides Sub MoveItem (oldIndex As Integer, newIndex As Integer)

Parametrar

oldIndex
Int32

Den ursprungliga positionen för GridViewColumn.

newIndex
Int32

Den nya positionen för GridViewColumn.

Gäller för