GridViewColumnCollection.MoveItem(Int32, Int32) Метод

Определение

Изменяет положение столбца GridViewColumn в коллекции.

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)

Параметры

oldIndex
Int32

Исходное положение столбца GridViewColumn.

newIndex
Int32

Новое положение столбца GridViewColumn.

Применяется к