Sdílet prostřednictvím


TableCellCollection.IList.Insert(Int32, Object) Metoda

Definice

Vloží objekt do kolekce v zadaném indexu.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ o) = System::Collections::IList::Insert;
void IList.Insert (int index, object o);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, o As Object) Implements IList.Insert

Parametry

index
Int32

Index založený na nule v kolekci, do kterého chcete vložit objekt.

o
Object

Objekt, který se má vložit do kolekce.

Implementuje

Poznámky

Obvykle byste měli použít metodu AddAt k přidání elementu do objektu TableCellCollection .

Metoda IList.Insert je explicitní implementace člena rozhraní. Lze jej použít pouze v TableCellCollection případě, že je instance přetypovaná na IList rozhraní.

Platí pro

Viz také