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의 새 위치입니다.

적용 대상