TableCellCollection.IList.Add(Object) Metoda

Definicja

Dodaje obiekt do kolekcji.

 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

Parametry

o
Object

Obiekt, który zostanie dodany do kolekcji.

Zwraca

Int32

Indeks, w którym obiekt został dodany do kolekcji.

Implementuje

Uwagi

Zazwyczaj należy użyć TableCellCollection.Add metody , aby dodać element do TableCellCollection obiektu.

Metoda TableCellCollection.IList.Add jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy TableCellCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy

Zobacz też