DataGridViewRowCollection.List 속성

정의

DataGridViewRow 개체의 배열을 가져옵니다.

protected:
 property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected ReadOnly Property List As ArrayList

속성 값

ArrayList

DataGridViewRow 개체의 배열입니다.

설명

List 모든 행을 DataGridViewRowCollection공유 해제하므로 이 속성을 사용하지 않아야 합니다.

적용 대상

추가 정보