HtmlTable.HtmlTableRowControlCollection.AddAt(Int32, Control) 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.
Ajoute l'objet Control spécifié à la collection. Le nouveau contrôle est ajouté au tableau à l'emplacement d'index spécifié.
public:
override void AddAt(int index, System::Web::UI::Control ^ child);
public override void AddAt (int index, System.Web.UI.Control child);
override this.AddAt : int * System.Web.UI.Control -> unit
Public Overrides Sub AddAt (index As Integer, child As Control)
Paramètres
- index
- Int32
Position dans le tableau où ajouter le contrôle enfant.
Exceptions
Le contrôle ajouté doit être de type HtmlTableRow.
Remarques
Le contrôle ajouté ne peut être qu’un HtmlTableRow contrôle ; sinon, un ArgumentException est levée.