DataGridViewCellCollection(DataGridViewRow) 생성자

정의

DataGridViewCellCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 DataGridViewCellCollection(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow);
public DataGridViewCellCollection (System.Windows.Forms.DataGridViewRow dataGridViewRow);
new System.Windows.Forms.DataGridViewCellCollection : System.Windows.Forms.DataGridViewRow -> System.Windows.Forms.DataGridViewCellCollection
Public Sub New (dataGridViewRow As DataGridViewRow)

매개 변수

dataGridViewRow
DataGridViewRow

컬렉션을 소유하는 DataGridViewRow입니다.

적용 대상

추가 정보