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 の新しい位置。

適用対象