Share via


GridViewRowCollection(ArrayList) 생성자

정의

지정된 ArrayList 개체를 사용하여 GridViewRowCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 GridViewRowCollection(System::Collections::ArrayList ^ rows);
public GridViewRowCollection (System.Collections.ArrayList rows);
new System.Web.UI.WebControls.GridViewRowCollection : System.Collections.ArrayList -> System.Web.UI.WebControls.GridViewRowCollection
Public Sub New (rows As ArrayList)

매개 변수

rows
ArrayList

컬렉션을 초기화하는 데 사용할 ArrayList 개체를 포함하는 GridViewRow 개체입니다.

설명

새 인스턴스를 초기화 하려면이 생성자를 사용 합니다 GridViewRowCollection 지정 된 클래스 System.Collections.ArrayList 개체입니다. System.Collections.ArrayList 개체를 포함 해야 합니다 GridViewRow 하는 컬렉션을 채우는 데 사용할 개체입니다.

적용 대상

추가 정보