TableCellCollection.IList.Insert(Int32, Object) 메서드

정의

컬렉션의 지정된 인덱스에 개체를 삽입합니다.

 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

매개 변수

index
Int32

컬렉션에서 개체를 삽입할 위치의 인덱스(0부터 시작)입니다.

o
Object

컬렉션에 삽입할 개체입니다.

구현

설명

일반적으로 메서드를 AddAt 사용하여 개체에 요소를 TableCellCollection 추가해야 합니다.

IList.Insert 메서드는 명시적 인터페이스 멤버 구현 합니다. TableCellCollection 인스턴스가 IList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보