Langue

TableRowCollection.Add(TableRow) Méthode

Définition

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.

S’applique à