DataGridViewSelectedCellCollection.Insert(Int32, DataGridViewCell) 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.
Insère une cellule dans la collection.
public:
void Insert(int index, System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public void Insert (int index, System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.Insert : int * System.Windows.Forms.DataGridViewCell -> unit
Public Sub Insert (index As Integer, dataGridViewCell As DataGridViewCell)
Paramètres
- index
- Int32
Index auquel dataGridViewCell
doit être inséré.
- dataGridViewCell
- DataGridViewCell
Objet à ajouter à DataGridViewSelectedCellCollection.
Exceptions
Toujours levée.
Remarques
Cette méthode ne s'applique pas à cette classe. Vous ne pouvez pas modifier la DataGridViewSelectedCellCollection classe directement. Pour ajouter une cellule à l’objet DataGridViewSelectedCellCollection, utilisez la DataGridViewCell.Selected propriété.