다음을 통해 공유


HtmlTable.HtmlTableRowControlCollection.AddAt(Int32, Control) 메서드

정의

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

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입니다.

예외

추가된 컨트롤이 HtmlTableRow 형식이어야 하는 경우

설명

추가 된 컨트롤 수만 HtmlTableRow 컨트롤이 고, 그렇지는 ArgumentException throw 됩니다.

적용 대상

추가 정보