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

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

예외

컨트롤은 자식 컨트롤을 허용하지 않습니다.

자식 값은 .입니다 null.

-또는-

개체가 아닙니다 TableRow.

설명

메서드를 AddAt 사용하여 지정된 위치에서 컬렉션에 Table.RowControlCollection 새 컨트롤을 추가합니다. 컨트롤은 컨트롤의 TableRow 인스턴스일 수 있습니다.

컨트롤 Table.RowControlCollection 을 끝 부분에 Table.RowControlCollection추가하려면 메서드를 Add 사용합니다.

적용 대상

추가 정보