Partager via


TableRowCollection.IList.Add(Object) Méthode

Définition

Ajoute un objet à la collection.

 virtual int System.Collections.IList.Add(System::Object ^ o) = System::Collections::IList::Add;
int IList.Add (object o);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (o As Object) As Integer Implements IList.Add

Paramètres

o
Object

Objet à ajouter à la collection.

Retours

L’index avec lequel l’objet a été ajouté à la collection.

Implémente

Remarques

En règle générale, vous devez utiliser la TableRowCollection.Add méthode pour ajouter un élément à un TableRowCollection objet.

La IList.Add méthode est une implémentation de membre d’interface explicite. Il peut uniquement être utilisé lorsque l'instance de TableRowCollection est castée en interface IList.

S’applique à

Voir aussi