GridViewColumnCollection.MoveItem(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modifie la position d'un GridViewColumn dans la collection.
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)
Paramètres
- oldIndex
- Int32
Position d'origine du GridViewColumn.
- newIndex
- Int32
Nouvelle position du GridViewColumn.