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.

적용 대상