TableRowCollection.Add(TableRow) 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 un élément spécifié à la collection.
public:
virtual void Add(System::Windows::Documents::TableRow ^ item);
public void Add(System.Windows.Documents.TableRow item);
abstract member Add : System.Windows.Documents.TableRow -> unit
override this.Add : System.Windows.Documents.TableRow -> unit
Public Sub Add (item As TableRow)
Paramètres
- item
- TableRow
Ligne de table à ajouter à la collection ou aux lignes.
Implémente
Exceptions
Déclenché lorsque l’élément appartient déjà à une collection.
Déclenché lorsque l’élément a la valeur Null.