Share via


Table.RowControlCollection.AddAt(Int32, Control) 메서드

정의

지정된 Control 개체를 Table.RowControlCollection 컬렉션에 추가합니다. 새 컨트롤은 지정된 인덱스 위치의 배열에 추가됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 override void AddAt(int index, System::Web::UI::Control ^ child);
public override void AddAt (int index, System.Web.UI.Control child);
override this.AddAt : int * System.Web.UI.Control -> unit
Public Overrides Sub AddAt (index As Integer, child As Control)

매개 변수

index
Int32

자식 컨트롤을 추가할 배열의 위치입니다.

child
Control

Table.RowControlCollection에 추가할 Control 개체입니다.

예외

컨트롤에 자식 컨트롤을 사용할 수 없는 경우

자식 값이 null인 경우

또는 개체가 TableRow가 아닌 경우

설명

사용 하 여는 AddAt 새 컨트롤을 추가 하는 방법의 Table.RowControlCollection 컬렉션의 지정된 된 위치입니다. 컨트롤의 인스턴스만 수는 TableRow 제어 합니다.

컨트롤을 추가 하는 Table.RowControlCollection 끝에 Table.RowControlCollection를 사용 하 여를 Add 메서드.

적용 대상

추가 정보