TableCellCollection.IList.Add(Object) 메서드

정의

컬렉션에 개체를 추가합니다.

 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

매개 변수

o
Object

컬렉션에 추가할 개체입니다.

반환

Int32

개체가 컬렉션에 추가된 인덱스입니다.

구현

설명

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

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

적용 대상

추가 정보