HtmlTableRow.HtmlTableCellControlCollection.Add(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.
public:
override void Add(System::Web::UI::Control ^ child);
public override void Add (System.Web.UI.Control child);
override this.Add : System.Web.UI.Control -> unit
Public Overrides Sub Add (child As Control)
Paramètres
Exceptions
Le contrôle ajouté doit être de type HtmlTableCell.
Remarques
Le contrôle ajouté ne peut être qu’un HtmlTableCell contrôle ; dans le cas contraire, une ArgumentException exception est levée.