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 de lignes.

Implémente

Exceptions

Déclenché quand item appartient déjà à une collection.

Déclenché quand item est null.

S’applique à