Aracılığıyla paylaş


GridViewColumnCollection.MoveItem(Int32, Int32) Yöntem

Tanım

bir öğesinin GridViewColumn koleksiyondaki konumunu değiştirir.

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)

Parametreler

oldIndex
Int32

öğesinin GridViewColumnözgün konumu.

newIndex
Int32

öğesinin GridViewColumnyeni konumu.

Şunlara uygulanır